Adldap\Models\User::getPhysicalDeliveryOfficeName PHP Method

getPhysicalDeliveryOfficeName() public method

Returns the users physical delivery office name.
    public function getPhysicalDeliveryOfficeName()
    {
        return $this->getFirstAttribute($this->schema->physicalDeliveryOfficeName());
    }