get() публичный Метод

public get ( string $property ) : Subject | string
$property string
Результат PhpSpec\Wrapper\Subject | string
Пример #1
0
 /**
  * @param string $property
  *
  * @return string|Subject
  */
 public function __get($property)
 {
     return $this->caller->get($property);
 }