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);
 }