loadFile() protected method

Loads a YAML file.
protected loadFile ( string $file ) : array
$file string
return array The file content
Exemplo n.º 1
0
 public function loadFile($file)
 {
     return parent::loadFile($file);
 }