Airship\Engine\Security\Authentication::setDatabaseByKey PHP Метод

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

Set the database of this authentication library to match this
public setDatabaseByKey ( string $dbIndex = '' ) : self
$dbIndex string
Результат self ($this)
    public function setDatabaseByKey(string $dbIndex = '') : self
    {
        $this->db = \Airship\get_database($dbIndex);
        return $this;
    }