Jyxo\Svn\Result::__get PHP Méthode

__get() public méthode

Magic __get method.
public __get ( string $prop ) : mixed
$prop string Property name
Résultat mixed
    public function __get(string $prop)
    {
        return isset($this->{$prop}) ? $this->{$prop} : null;
    }