adapterIsSet() protected method

protected adapterIsSet ( )
Beispiel #1
0
 protected function adapterIsSet()
 {
     try {
         return parent::adapterIsSet();
     } catch (adapter\exceptions\logic $exception) {
         throw new mock\exceptions\logic('Mock is undefined');
     }
 }