PDepend\Source\AST\ASTAnonymousClass::getMetadata PHP Method

getMetadata() protected method

Returns the value that was stored under the given index.
Since: 0.10.4
protected getMetadata ( integer $index ) : mixed
$index integer
return mixed
    protected function getMetadata($index)
    {
        $metadata = explode(':', $this->metadata, $this->getMetadataSize());
        return $metadata[$index];
    }