PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_BOOLEAN = 'b'
constants
$creator : string
Creator.
$lastModifiedBy : string
LastModifiedBy.
$created : int
Created.
$modified : int
Modified.
$title : string
Title.
$description : string
Description.
$subject : string
Subject.
$keywords : string
Keywords.
$category : string
Category.
$manager : string
Manager.
$company : string
Company.
$customProperties : string
Custom Properties.
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 |