Beispiel #1
0
 public function set($value)
 {
     $value->href = $this->appendCdn($value->href);
     parent::set($value);
 }
Beispiel #2
0
 public function testSetThrowsExceptionWithoutArrayArgument()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface');
     $this->helper->set('foo');
 }