$NOT_CONVERTIBLE_TO_BOOLEAN
$NOT_CONVERTIBLE_TO_BOOLEAN :
Contains a property value. The value can be fetched as a generic Object or one of the convenience asXXXX methods can be used to get the value in a specific type.
__construct( $value, $dataTypeId)
Create a new Property with a value and data type.
$value | ||
$dataTypeId |
getDataTypeId() : \byte
Get the type of this property.
See Mobi_Mtld_DA_DataType for a full list of data types.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275The data type ID of this property.
getDataType() : string
Get the type name of this property.
See Mobi_Mtld_DA_DataType for a full list of data types.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275The data type name of this property.
value() : \The
Get the value of this property. This needs to be cast to the appropriate type such to be used. E.g. value = (int)$property->value();
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275raw property value.
asSet() : \A
Gets a set of possible values for this property. This is typically only used when it is known that a given property name can have multiple possible values. All items in the set will have the same data type.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275set of values.
asString() : \The
Get the value of the property as string. Alias for asString(). If a property has multiple possible values then the values are concatenated with a comma.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275string value of the property.
__toString() : \The
Get the value of the property as string. Alias for asString(). If a property has multiple possible values then the values are concatenated with a comma.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275string value of the property
toString() : \The
Get the value of the property as string. Alias for asString(). If a property has multiple possible values then the values are concatenated with a comma.
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275string value of the property
equals( $obj) : boolean
Compare two instances of this class.
If both have equal values and data type then returns true.
$obj | object to be compared against |
Compare result