Installer\Prefix\Prefix::get PHP Метод

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

public get ( $maxspace )
    public function get($maxspace)
    {
        $space = $maxspace - mb_strlen($this->prefix) + 2;
        return sprintf("'%s_'%s => __DIR__.'/../%s'", $this->prefix, str_repeat(' ', $space), $this->path);
    }