PHP Class Pimcore\Model\Translation\AbstractTranslation\Listing\Dao

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao, implements Pimcore\Model\Translation\AbstractTranslation\Listing\Dao\DaoInterface
Show file Open project: pimcore/pimcore

Protected Properties

Property Type Description
$onCreateQueryCallback function

Public Methods

Method Description
cleanup ( )
getAllTranslations ( ) : array | mixed
getCount ( ) : integer
getTotalCount ( ) : integer
isCacheable ( ) : boolean
load ( ) : array
loadRaw ( ) : array
onCreateQuery ( callable $callback )

Method Details

cleanup() public method

public cleanup ( )

getAllTranslations() public method

public getAllTranslations ( ) : array | mixed
return array | mixed

getCount() public method

public getCount ( ) : integer
return integer

getTotalCount() public method

public getTotalCount ( ) : integer
return integer

isCacheable() public method

public isCacheable ( ) : boolean
return boolean

load() public method

public load ( ) : array
return array

loadRaw() public method

public loadRaw ( ) : array
return array

onCreateQuery() public method

public onCreateQuery ( callable $callback )
$callback callable

Property Details

$onCreateQueryCallback protected property

function
protected $onCreateQueryCallback