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

public __construct ( $sock, $addr )
Пример #1
0
 public function __construct($uriArray)
 {
     parent::__construct();
     $this->objects = array();
     $this->params = $uriArray;
     $this->base = $this->self . '?page=';
     $this->absoluteBase = $this->httpBase;
     $this->absolutePage = $this->absoluteBase . 'admin.php?page=';
     $this->determineTypes();
 }
 public function __construct()
 {
     parent::__construct(null, null);
 }