PHP 클래스 Tdt\Core\Repositories\SparqlDefinitionRepository

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

보호된 프로퍼티들

프로퍼티 타입 설명
$rules

공개 메소드들

메소드 설명
__construct ( SparqlDefinition $model )
getCreateParameters ( ) Retrieve the set of create parameters that make up a SPARQL definition.
store ( array $input )
update ( $model_id, array $input )

메소드 상세

__construct() 공개 메소드

public __construct ( SparqlDefinition $model )
$model SparqlDefinition

getCreateParameters() 공개 메소드

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

store() 공개 메소드

public store ( array $input )
$input array

update() 공개 메소드

public update ( $model_id, array $input )
$input array

프로퍼티 상세

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

protected $rules