AbstractValue.php
system/ThirdParty/Kint/Value/AbstractValue.php
1 class
17 methods
class AbstractValue
__construct
(ContextInterface $context, string $type)
__clone
()
getContext
()
getHint
()
getType
()
addRepresentation
(RepresentationInterface $rep, ?int $pos = null)
replaceRepresentation
(RepresentationInterface $rep, ?int $pos = null)
removeRepresentation
($rep)
getRepresentation
(string $name)
getRepresentations
()
appendRepresentations
(array $reps)
clearRepresentations
()
getDisplayType
()
getDisplayName
()
getDisplaySize
()
getDisplayValue
()
getDisplayChildren
()