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

Constructor
Автор: Dmitry (dio) Levashov
public __construct ( $opts )
Пример #1
0
 /**
  * Constructor
  *
  * @param  array  elFinder and roots configurations
  * @return void
  * @author nao-pon
  **/
 public function __construct($opts)
 {
     parent::__construct($opts);
     $this->commands['perm'] = array('target' => true, 'perm' => true, 'umask' => false, 'gids' => false, 'filter' => false);
 }
Пример #2
0
 public function __construct($opts)
 {
     parent::__construct($opts);
     $this->commands['tagimage'] = array('target' => true);
 }
 public function __construct($opts)
 {
     parent::__construct($opts);
     $this->commands['desc'] = array('target' => TRUE, 'content' => FALSE);
 }
Пример #4
0
 function __construct($opts)
 {
     parent::__construct($opts);
     /* Adding new command */
     $this->commands['info'] = array('target' => true, 'content' => false);
 }