Prado\Security\TDbUserManager::setConnectionID PHP Метод

setConnectionID() публичный Метод

The datasource module will be used to establish the DB connection that will be used by the user manager.
public setConnectionID ( $value )
    public function setConnectionID($value)
    {
        $this->_connID = $value;
    }