예제 #1
0
 /**
  * Remove a prefix (or prefixed-path) from the registry
  *
  * @param string $prefix
  * @param string $path OPTIONAL
  * @return \MUtil_Snippets_SnippetLoaderInterface
  */
 public function removePrefixPath($prefix, $path = null)
 {
     $this->loader->removePrefixPath($prefix, $path);
     return $this;
 }