Prado\Data\ActiveRecord\TActiveRecordConfig::getManagerClass PHP Method

getManagerClass() public method

public getManagerClass ( ) : string
return string the implementation class of ActiveRecordManager. Defaults to {@link TActiveRecordConfig::DEFAULT_GATEWAY_CLASS DEFAULT_MANAGER_CLASS}
    public function getManagerClass()
    {
        return $this->_managerClass;
    }