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