TightenCo\Jigsaw\BasicOutputPathResolver::directory PHP Метод

directory() публичный Метод

public directory ( $path, $name, $type, $page = 1 )
    public function directory($path, $name, $type, $page = 1)
    {
        if ($page > 1) {
            return $this->clean($path . '/' . $page);
        }
        return $this->clean($path);
    }
BasicOutputPathResolver