PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_BOOLEAN = 'b'
constants
setCustomProperty(string $propertyName, mixed $propertyValue = '', string $propertyType = null) : $this
Set a Custom Property.
string | $propertyName | |
mixed | $propertyValue | |
string | $propertyType | 'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean |