get() public method

public get ( string $property ) : Subject | string
$property string
return PhpSpec\Wrapper\Subject | string
Exemplo n.º 1
0
 /**
  * @param string $property
  *
  * @return string|Subject
  */
 public function __get($property)
 {
     return $this->caller->get($property);
 }