Пример #1
0
 /** 
  */
 public function __construct()
 {
     parent::__construct();
     $this->callbacks = new collection();
 }
Пример #2
0
 public function __construct()
 {
     $this->_canvas = \horn\lib\markup\html4::create_strict();
     $this->_helpers = new collection();
     parent::__construct();
 }
Пример #3
0
 public function __construct()
 {
     $this->_date = new date();
     $this->_time = new time();
     parent::__construct();
 }
Пример #4
0
 /**
  */
 public function __construct(object_base $content)
 {
     parent::__construct();
     $this->attach($content);
 }
Пример #5
0
 public function __construct()
 {
     $ref =& $this->_tree;
     $this->_current = (object) array('ref' => &$ref);
     parent::__construct();
 }
Пример #6
0
 /**
  *	\param	$rgb	integer		0x00rrggbb
  */
 public function __construct(image $target, $rgb)
 {
     parent::__construct();
     $this->rgb = $rgb;
     $this->_target = $target;
 }
Пример #7
0
 /**
  */
 public function __construct($native)
 {
     parent::__construct();
     $this->native = $native;
 }
Пример #8
0
 /**
  * \see		self::join
  */
 public function __construct()
 {
     parent::__construct();
     $this->join(func_get_args());
 }
Пример #9
0
 public function __construct()
 {
     $this->_canvas = markup\rss::create();
     $this->_helpers = new collection();
     parent::__construct();
 }