BlockRepository
class BlockRepository extends EntityRepository
BlocRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
                    setApp($app)
        
                                            
                
            No description
                    findOrCreate($block_id, $DeviceType)
        
                                            
                
            No description
                    newBlock($DeviceType)
        
                                            
                
            No description
                    array
                
                
                
            
                    array
                
                
                
            
                    array
                
                
                    getPageList(DeviceType $DeviceType, string $where = null, string[] $parameters = array())
        
                                            
                
            ページの属性を取得する.
                    string
                
                
                    getWriteTemplatePath(boolean $isUser = false)
        
                                            
                
            書き込みパスの取得 User定義の場合: /html/userdata そうでない場合: /app/template/{templatecode}
                    array
                
                
                    getReadTemplateFile(string $fileName, boolean $isUser = false)
        
                                            
                
            読み込みファイルの取得
Details
        at         line 40
                            
    setApp($app)
        
    
    
        at         line 45
                            
    findOrCreate($block_id, $DeviceType)
        
    
    
        at         line 56
                            
    newBlock($DeviceType)
        
    
    
        at         line 87
                            array
    getBlock(integer $block_id, DeviceType $DeviceType)
        
    
    ブロックの情報を取得.
        at         line 103
                            array
    getList(DeviceType $DeviceType)
        
    
    ブロック一覧の取得.
        at         line 130
                            array
    getPageList(DeviceType $DeviceType, string $where = null, string[] $parameters = array())
        
    
    ページの属性を取得する.
この関数は, dtbpagelayout の情報を検索する. $deviceTypeId は必須. デフォルト値は DEVICETYPE_PC.
        at         line 160
                            string
    getWriteTemplatePath(boolean $isUser = false)
        
    
    書き込みパスの取得 User定義の場合: /html/userdata そうでない場合: /app/template/{templatecode}
        at         line 178
                            array
    getReadTemplateFile(string $fileName, boolean $isUser = false)
        
    
    読み込みファイルの取得
- blockrealdir app/template/{templatecode}/block
 - blockdefaultreadldir src/Eccube/Resource/template/default/block