コード例 #1
0
ファイル: Header.php プロジェクト: etype-services/moser
 /**
  * Implements __construct().
  *
  * @param mixed $identifier
  *   Identifier.
  */
 public function __construct($identifier = NULL)
 {
     return parent::__construct('header', $identifier);
 }
コード例 #2
0
ファイル: Container.php プロジェクト: etype-services/moser
 /**
  * Implements __construct().
  *
  * @param mixed $identifier
  *   Identifier.
  */
 public function __construct($identifier = NULL, $role = NULL)
 {
     return parent::__construct('container', $identifier);
 }