else { $this->access_path =
$parent->access_path.'->'.
$this->name;
} } public function getValueShort(): ?string
{ if (!
$this->value || !
($this->value instanceof MethodDefinitionRepresentation
)) { return parent::
getValueShort();
} $ds =
$this->value->
getDocstringWithoutComments();
if (!
$ds) { return null;
} $ds = \
explode("\n",
$ds);
$out = '';
foreach ($ds as $line) { if (0 === \
strlen(\
trim($line)) || '@' ===
$line[0
]) {