Phalcon\Test\Mvc\Model\Behavior\Helper::getConnection PHP Method

getConnection() protected method

protected getConnection ( ) : Phalcon\Db\AdapterInterface
return Phalcon\Db\AdapterInterface
    protected function getConnection()
    {
        return Di::getDefault()->getShared('db');
    }