PHP 클래스 Tdt\Core\Repositories\XlsDefinitionRepository

상속: extends Tdt\Core\Repositories\TabularBaseRepository, implements Tdt\Core\Repositories\Interfaces\XlsDefinitionRepositoryInterface
파일 보기 프로젝트 열기: tdt/core

보호된 프로퍼티들

프로퍼티 타입 설명
$rules

공개 메소드들

메소드 설명
__construct ( XlsDefinition $model )
getAllParameters ( ) Retrieve the set of create parameters that make up a XLS definition.
getCreateParameters ( ) Retrieve the set of create parameters that make up a XLS definition.

보호된 메소드들

메소드 설명
extractColumns ( $input )

메소드 상세

__construct() 공개 메소드

public __construct ( XlsDefinition $model )
$model XlsDefinition

extractColumns() 보호된 메소드

protected extractColumns ( $input )

getAllParameters() 공개 메소드

Include the parameters that make up relationships with this model.
public getAllParameters ( )

getCreateParameters() 공개 메소드

Retrieve the set of create parameters that make up a XLS definition.
public getCreateParameters ( )

프로퍼티 상세

$rules 보호되어 있는 프로퍼티

protected $rules