PHP 클래스 Tdt\Core\Repositories\GeoPropertyRepository

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

공개 프로퍼티들

프로퍼티 타입 설명
$geotypes

보호된 프로퍼티들

프로퍼티 타입 설명
$rules

공개 메소드들

메소드 설명
__construct ( GeoProperty $model )
deleteBulk ( $property_id, $type )
getCreateParameters ( ) Retrieve the set of create parameters that make up a TabularColumn model.
getGeoProperties ( $property_id, $type )
store ( array $input )
storeBulk ( $property_id, $type, array $input )
validate ( array $input )
validateBulk ( array $extracted_geo, array $provided_geo )

메소드 상세

__construct() 공개 메소드

public __construct ( GeoProperty $model )
$model GeoProperty

deleteBulk() 공개 메소드

public deleteBulk ( $property_id, $type )

getCreateParameters() 공개 메소드

Retrieve the set of create parameters that make up a TabularColumn model.
public getCreateParameters ( )

getGeoProperties() 공개 메소드

public getGeoProperties ( $property_id, $type )

store() 공개 메소드

public store ( array $input )
$input array

storeBulk() 공개 메소드

public storeBulk ( $property_id, $type, array $input )
$input array

validate() 공개 메소드

public validate ( array $input )
$input array

validateBulk() 공개 메소드

public validateBulk ( array $extracted_geo, array $provided_geo )
$extracted_geo array
$provided_geo array

프로퍼티 상세

$geotypes 공개적으로 정적으로 프로퍼티

public static $geotypes

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

protected $rules