Ingo_Script_Base::canPerform PHP Méthode

canPerform() public méthode

This is not a duplication of hasFeature() because drivers might override this to do real-time checks if on-demand filtering is not only available theoretically but practically in this very moment.
public canPerform ( ) : boolean
Résultat boolean True if perform() is available, false if not.
    public function canPerform()
    {
        return $this->hasFeature('on_demand');
    }