예제 #1
0
 /**
  * {@inheritDoc}
  */
 public function __construct($locator, $fileExtension = null)
 {
     $fileExtension = ".php";
     parent::__construct($locator, $fileExtension);
 }
 /**
  * {@inheritDoc}
  */
 public function __construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION)
 {
     parent::__construct($locator, $fileExtension);
 }
예제 #3
0
파일: PHPDriver.php 프로젝트: raphydev/onep
 /**
  * {@inheritDoc}
  */
 public function __construct($locator, $fileExtension = null)
 {
     parent::__construct($locator, '.php');
 }