listPaths() public method

public listPaths ( $dir )
コード例 #1
0
ファイル: Template.php プロジェクト: sourcefabric/newscoop
 /**
  * List paths in theme dir..
  * @param string $path
  */
 public function listPaths($path)
 {
     return $this->storage->listPaths($path);
 }