eZ\Publish\Core\REST\Client\IntegrationTestRepository::setSession PHP Méthode

setSession() public méthode

Only for testing
public setSession ( $id )
    public function setSession($id)
    {
        if ($this->client instanceof Sessionable) {
            $this->client->setSession($id);
        }
    }