Открытые члены | |
__construct ($type, $title, $description=null) | |
getType () | |
setType ($type) | |
getTitle () | |
setTitle ($title) | |
getDescription () | |
setDescription ($description) | |
getButtons () | |
setButtons ($buttons) | |
jsonSerialize () | |
См. определение в файле resultlimit.php строка 4
__construct | ( | $type, | |
$title, | |||
$description = null ) |
См. определение в файле resultlimit.php строка 18
getButtons | ( | ) |
getDescription | ( | ) |
Return the limit description
См. определение в файле resultlimit.php строка 82
getTitle | ( | ) |
getType | ( | ) |
Returns the element type. For example: lead, deal, file, folder, etc.
См. определение в файле resultlimit.php строка 32
jsonSerialize | ( | ) |
Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0
См. определение в файле resultlimit.php строка 144
setButtons | ( | $buttons | ) |
Sets the limit buttons
$buttons |
См. определение в файле resultlimit.php строка 121
setDescription | ( | $description | ) |
Sets the limit description
$description |
См. определение в файле resultlimit.php строка 94
setTitle | ( | $title | ) |
Sets the limit title
$title |
См. определение в файле resultlimit.php строка 67
setType | ( | $type | ) |
Sets the element type. For example: lead, deal, file, folder, etc.
string | $type |
См. определение в файле resultlimit.php строка 43