Adldap\Models\User::getEmployeeId PHP 메소드

getEmployeeId() 공개 메소드

Return the employee ID.
public getEmployeeId ( ) : string
리턴 string
    public function getEmployeeId()
    {
        return $this->getFirstAttribute($this->schema->employeeId());
    }