Example #1
0
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->properties = array();
     $this->methods = array();
 }
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->arguments = array();
 }
 public function __construct($tplFile)
 {
     parent::__construct($tplFile);
     $this->annotations = array();
 }