Adldap\Models\User::getJpegPhoto PHP Method

getJpegPhoto() public method

Returns the users jpeg photo.
public getJpegPhoto ( ) : mixed
return mixed
    public function getJpegPhoto()
    {
        return $this->getFirstAttribute($this->schema->jpegPhoto());
    }