if ($method->
isProtected()) { $this->access = Value::ACCESS_PROTECTED;
} elseif ($method->
isPrivate()) { $this->access = Value::ACCESS_PRIVATE;
} } if ($this->internal
) { return;
} $docstring =
new MethodDefinitionRepresentation( $this->filename,
$this->startline,
$this->owner_class,
$this->docstring
);
$docstring->implicit_label = true;
$this->
addRepresentation($docstring);
$this->value =
$docstring;
}