PHP 클래스 Crud\Test\App\Model\Table\CrudExamplesTable

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
상속: extends Cake\ORM\Table
파일 보기 프로젝트 열기: friendsofcake/crud

공개 프로퍼티들

프로퍼티 타입 설명
$alias
$findMethods

공개 메소드들

메소드 설명
initialize ( array $config ) : void [initialize description]

보호된 메소드들

메소드 설명
_findPublished ( Query $query, array $options ) : void [_findPublished description]
_findUnpublished ( Query $query, array $options ) : void [_findUnpublished description]

메소드 상세

_findPublished() 보호된 메소드

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

_findUnpublished() 보호된 메소드

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

initialize() 공개 메소드

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

프로퍼티 상세

$alias 공개적으로 프로퍼티

public $alias

$findMethods 공개적으로 프로퍼티

public $findMethods