PHP Class Tdt\Core\Repositories\GeoPropertyRepository

Inheritance: extends BaseDefinitionRepository, implements Tdt\Core\Repositories\Interfaces\GeoPropertyRepositoryInterface
Datei anzeigen Open project: tdt/core

Public Properties

Property Type Description
$geotypes

Protected Properties

Property Type Description
$rules

Public Methods

Method Description
__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 )

Method Details

__construct() public method

public __construct ( GeoProperty $model )
$model GeoProperty

deleteBulk() public method

public deleteBulk ( $property_id, $type )

getCreateParameters() public method

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

getGeoProperties() public method

public getGeoProperties ( $property_id, $type )

store() public method

public store ( array $input )
$input array

storeBulk() public method

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

validate() public method

public validate ( array $input )
$input array

validateBulk() public method

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

Property Details

$geotypes public_oe static_oe property

public static $geotypes

$rules protected_oe property

protected $rules