Asvae\ApiTester\Repositories\RequestRepository::load PHP 메소드

load() 보호된 메소드

Get data from storage and load it into collection.
protected load ( ) : void
리턴 void
    protected function load()
    {
        $this->requests = $this->storage->get();
    }