예제 #1
0
 public function __construct($delegate, $includeFileName)
 {
     $this->includeFileName = $includeFileName;
     parent::__construct($delegate);
 }
 /**
  * Constructor.
  *
  * @param array $methods
  * @param IComponentAdapter $adapter
  */
 public function __construct(array $methods, IComponentAdapter $adapter)
 {
     parent::__construct($adapter);
     $this->methods = $methods;
 }