bitExpert\Disco\Store\SerializableBeanStore::has PHP Method

has() public method

public has ( string $beanId ) : boolean
$beanId string
return boolean
    public function has(string $beanId) : bool
    {
        return isset($this->beans[$beanId]);
    }