Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function key()
 {
     $key = parent::key();
     if ($this->normalizeKey) {
         $key = str_replace('\\', '/', $key);
     }
     return $key;
 }