Example #1
0
 /**
  * Returns true if this factory can handle the requested path
  *
  * @param   PathInformation     $path   The path information
  * @param   string              $mode   The mode used to open the file
  * @return  boolean                     True if this factory can handle the path
  */
 public function canHandle(PathInformation $path, $mode)
 {
     return $path->hasArgument('log');
 }