コード例 #1
0
ファイル: Placeholder.php プロジェクト: jasmun/Noco100
 /**
  * Placeholder helper
  *
  * @param  string $name
  * @return IfwPsn_Vendor_Zend_View_Helper_Placeholder_Container_Abstract
  */
 public function placeholder($name)
 {
     $name = (string) $name;
     return $this->_registry->getContainer($name);
 }