__construct() публичный Метод

public __construct ( $x, $y, $k, $v, $extra )
Пример #1
0
 function __construct($test)
 {
     parent::__construct($test);
     //$this->engine = new MarkParse( $text );
 }
Пример #2
0
 function __construct($width, $height, $x, $y)
 {
     parent::__construct($width, $height);
     $this->position_x = $x;
     $this->position_y = $y;
 }