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

has() public method

Checks if a bean instance for $beanId exists. Will return true if an instance exists and false if no instance can be found.
public has ( string $beanId ) : boolean
$beanId string
return boolean
    public function has(string $beanId) : bool;