PhpSpec\ObjectBehavior::__get PHP Méthode

__get() public méthode

Proxies getting to the PhpSpec subject
public __get ( string $property ) : mixed
$property string
Résultat mixed
    public function __get($property)
    {
        return $this->object->{$property};
    }