Storage::readCollection PHP Method

readCollection() protected method

protected readCollection ( )
    protected function readCollection()
    {
        $json = file_get_contents($this->file);
        return json_decode($json, true);
    }