Happyr\LinkedIn\Authenticator::setStorage PHP Метод

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

public setStorage ( Happyr\LinkedIn\Storage\DataStorageInterface $storage )
$storage Happyr\LinkedIn\Storage\DataStorageInterface
    public function setStorage(DataStorageInterface $storage)
    {
        $this->storage = $storage;
        return $this;
    }