Exemple #1
0
 /** 
  */
 public function __construct()
 {
     parent::__construct();
     $this->callbacks = new collection();
 }
Exemple #2
0
 public function __construct()
 {
     $this->_canvas = \horn\lib\markup\html4::create_strict();
     $this->_helpers = new collection();
     parent::__construct();
 }
Exemple #3
0
 public function __construct()
 {
     $this->_date = new date();
     $this->_time = new time();
     parent::__construct();
 }
Exemple #4
0
 /**
  */
 public function __construct(object_base $content)
 {
     parent::__construct();
     $this->attach($content);
 }
Exemple #5
0
 public function __construct()
 {
     $ref =& $this->_tree;
     $this->_current = (object) array('ref' => &$ref);
     parent::__construct();
 }
Exemple #6
0
 /**
  *	\todo	Duplicate raw image on cloning
  */
 protected function _clone()
 {
     return parent::_clone();
 }
Exemple #7
0
 /**
  */
 public function __construct($native)
 {
     parent::__construct();
     $this->native = $native;
 }
Exemple #8
0
 /**
  * \see		self::join
  */
 public function __construct()
 {
     parent::__construct();
     $this->join(func_get_args());
 }
Exemple #9
0
 public function __construct()
 {
     $this->_canvas = markup\rss::create();
     $this->_helpers = new collection();
     parent::__construct();
 }