Abstract Class luya\web\jsonld\BaseValue
Represents any value object.
Value objects are used to formate the value of a property.
Public Methods
Method | Description | Defined By |
---|---|---|
getValue() | Get the value to assign from BaseValue. | luya\web\jsonld\BaseValue |
Method Details
Get the value to assign from BaseValue.
public abstract void getValue ( ) |
abstract public function getValue();