PHP Class Webiny\Component\Entity\Attribute\GeoPointAttribute

Inheritance: extends AbstractAttribute
Mostra file Open project: Webiny/Framework

Public Methods

Method Description
__construct ( $name = null, AbstractEntity $parent = null )
getDbValue ( )
setValue ( $value = null, $fromDb = false )

Protected Methods

Method Description
validate ( &$value )

Method Details

__construct() public method

public __construct ( $name = null, AbstractEntity $parent = null )
$parent Webiny\Component\Entity\AbstractEntity

getDbValue() public method

public getDbValue ( )

setValue() public method

public setValue ( $value = null, $fromDb = false )

validate() protected method

protected validate ( &$value )