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

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

Sets the column name used to reference the "validator" component of the long-term authentication token.
public setLongTermValidatorField ( string $field ) : self
$field string
Результат self ($this)
    public function setLongTermValidatorField(string $field) : self
    {
        $this->tableConfig['field']['longterm']['validator'] = $field;
        return $this;
    }