Phan\CodeBase\ClassMap::getPropertyByName PHP Method

getPropertyByName() public method

public getPropertyByName ( string $name ) : Phan\Language\Element\Property
$name string
return Phan\Language\Element\Property
    public function getPropertyByName(string $name) : Property
    {
        return $this->property_map[$name];
    }