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