$sectionFactory
$sectionFactory : \Charcoal\Factory\FactoryInterface
Store the factory instance for the current class.
The hierarchical table widget displays a collection in a tabular (table) format.
parsePropertyCell(\Charcoal\Model\ModelInterface $object, \Charcoal\Property\PropertyInterface $property, string $propertyValue) : array
Filter the property before its assigned to the object row.
This method is useful for classes using this trait.
\Charcoal\Model\ModelInterface | $object | The current row's object. |
\Charcoal\Property\PropertyInterface | $property | The current property. |
string | $propertyValue | The property $key's display value. |
abridgeStr(string $str, integer $l = 30, integer $a = 12, integer $z = 12) : string
Retrieve an abridged variant to the given URI.
string | $str | The string to possibly truncate. |
integer | $l | Optional. The soft-limit of the string. |
integer | $a | Optional. The hard-limit to keep from the beginning of the string. |
integer | $z | Optional. The hard-limit to keep from the end of the string. |