Ejemplo n.º 1
0
 function __construct($name, $humanName, $directory, $accessIds = array(), $position = '', FileSystem $fileSystem = null)
 {
     $this->fileSystem = $fileSystem ? $fileSystem : LocalFileSystem::createFromPath($directory[0]);
     $this->name = $name;
     $this->position = $position;
     $this->humanName = $humanName;
     $this->directory = $directory;
     $this->accessIds = $accessIds;
 }