Lazer\Classes\Helpers\File::get PHP 메소드

get() 최종 공개 메소드

final public get ( $assoc = false )
    public final function get($assoc = false)
    {
        return json_decode(file_get_contents($this->getPath()), $assoc);
    }