Пример #1
0
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->properties = array();
     $this->methods = array();
 }
Пример #2
0
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->arguments = array();
 }
Пример #3
0
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->annotations = array();
 }