33 parent::__construct($className, $propertyName);
76 if (!is_object($object)) {
77 throw new \TYPO3\CMS\Extbase\Reflection\Exception(
'$object is of type ' . gettype($object) .
', instance of class ' . $this->
class .
' expected.', 1210859212);
79 if ($this->isPublic()) {
80 return parent::getValue($object);
82 if ($this->isPrivate()) {
83 throw new \TYPO3\CMS\Extbase\Reflection\Exception(
'Cannot return value of private property "' . $this->name .
'.', 1210859206);
85 parent::setAccessible(TRUE);
86 return parent::getValue($object);
96 if (!is_object($this->docCommentParser)) {
97 $this->docCommentParser = new \TYPO3\CMS\Extbase\Reflection\DocCommentParser();
98 $this->docCommentParser->parseDocComment($this->getDocComment());
__construct($className, $propertyName)
if($list_of_literals) if(!empty($literals)) if(!empty($literals)) $result
Analyse literals to prepend the N char to them if their contents aren't numeric.