Use DirectoryIterator to build the tree
Dieser Commit ist enthalten in:
@ -1,7 +1,5 @@
|
||||
<?php namespace Todaymade\Daux\Tree;
|
||||
|
||||
use Todaymade\Daux\DauxHelper;
|
||||
|
||||
class Content extends Entry
|
||||
{
|
||||
/**
|
||||
@ -28,13 +26,4 @@ class Content extends Entry
|
||||
{
|
||||
$this->content = $content;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $file
|
||||
* @return string
|
||||
*/
|
||||
protected function getFilename($file)
|
||||
{
|
||||
return DauxHelper::pathinfo($file)['filename'];
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren