get() public méthode

public get ( string $property ) : Subject | string
$property string
Résultat PhpSpec\Wrapper\Subject | string
Exemple #1
0
 /**
  * @param string $property
  *
  * @return string|Subject
  */
 public function __get($property)
 {
     return $this->caller->get($property);
 }