コード例 #1
0
 function it_delegates_get(Component $component)
 {
     $component->get('foo')->shouldBeCalled();
     $this->__get('foo');
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public function __get($strKey)
 {
     return $this->component->get($strKey);
 }