Airship\Engine\Security\Authentication::setUserIdField PHP Méthode

setUserIdField() public méthode

Sets the column name used to reference the primary key (userid)
public setUserIdField ( string $field ) : self
$field string
Résultat self ($this)
    public function setUserIdField(string $field) : self
    {
        $this->tableConfig['field']['accounts']['userid'] = $field;
        return $this;
    }