Exemple #1
0
 /**
  * Get the relative path of the given feature
  *
  * @param FeatureNode $node
  * @return type
  */
 public function getRelativePath(FeatureInterface $node)
 {
     return str_replace($this->folder, '', $node->getFile());
 }