PHP Class Crud\Test\App\Model\Table\CrudExamplesTable

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
Inheritance: extends Cake\ORM\Table
Datei anzeigen Open project: friendsofcake/crud

Public Properties

Property Type Description
$alias
$findMethods

Public Methods

Method Description
initialize ( array $config ) : void [initialize description]

Protected Methods

Method Description
_findPublished ( Query $query, array $options ) : void [_findPublished description]
_findUnpublished ( Query $query, array $options ) : void [_findUnpublished description]

Method Details

_findPublished() protected method

[_findPublished description]
protected _findPublished ( Query $query, array $options ) : void
$query Cake\ORM\Query Config
$options array Options
return void

_findUnpublished() protected method

[_findUnpublished description]
protected _findUnpublished ( Query $query, array $options ) : void
$query Cake\ORM\Query Config
$options array Options
return void

initialize() public method

[initialize description]
public initialize ( array $config ) : void
$config array Config
return void

Property Details

$alias public_oe property

public $alias

$findMethods public_oe property

public $findMethods