Exemplo n.º 1
0
 /**
  * @param string $name
  *
  * @return string
  */
 public function name($name = null)
 {
     if ($name !== null) {
         $this->contents = false;
     }
     return parent::name($name);
 }
Exemplo n.º 2
0
 public function rendering(Sabel_View_Location $location, array $assigns = array())
 {
     return $this->renderer->rendering($location->getContents(), $assigns, $location->getPath());
 }