Beispiel #1
0
 /**
  * Implements __construct().
  *
  * @param mixed $identifier
  *   Identifier.
  */
 public function __construct($identifier = NULL)
 {
     return parent::__construct('header', $identifier);
 }
Beispiel #2
0
 /**
  * Implements __construct().
  *
  * @param mixed $identifier
  *   Identifier.
  */
 public function __construct($identifier = NULL, $role = NULL)
 {
     return parent::__construct('container', $identifier);
 }