/**
  * {@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);
 }
Beispiel #3
0
 /**
  * {@inheritDoc}
  */
 public function __construct($locator, $fileExtension = null)
 {
     parent::__construct($locator, '.php');
 }