Adldap\Models\User::setInfo PHP Method

setInfo() public method

Sets the users info.
public setInfo ( string $info ) : User
$info string
return User
    public function setInfo($info)
    {
        return $this->setFirstAttribute($this->schema->info(), $info);
    }