BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Model
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Utility
    • Core
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Validation
      • ORM
        • Locator
      • Utility

Classes

  • Annotation
  • Application
  • AsyncJob
  • AuthProvider
  • Category
  • DateRange
  • ExternalAuth
  • History
  • Link
  • Location
  • ObjectCategory
  • ObjectPermission
  • ObjectProperty
  • ObjectRelation
  • ObjectTag
  • Profile
  • Property
  • PropertyType
  • Publication
  • Relation
  • RelationType
  • Role
  • RolesUser
  • Tag
  • Translation
  • Tree
  • UserToken

Traits

  • JsonApiAdminTrait
  • JsonApiModelTrait

Class Profile

Profile Entity.

BEdita\Core\Model\Entity\ObjectEntity
Extended by BEdita\Core\Model\Entity\Profile
Namespace: BEdita\Core\Model\Entity
Since: 4.0.0
Located at Core/src/Model/Entity/Profile.php

Methods summary

protected mixed
# _setWebsite( mixed $website )

Ensure URL is standardized by prefixing http:// to it if necessary.

Ensure URL is standardized by prefixing http:// to it if necessary.

Parameters

$website
Website URL.

Returns

mixed

Properties summary

Magic properties

public integer $id
public string $name
public string $surname
public string $email
public string $person_title
public string $gender
public Cake\I18n\Time $birthdate
public Cake\I18n\Time $deathdate
public boolean $company
public string $company_name
public string $company_kind
public string $street_address
public string $city
public string $zipcode
public string $country
public string $state_name
public string $phone
public string $website
public string $national_id_number
public string $vat_number
public string $pseudonym
BEdita API doc | 4-cactus API documentation generated by ApiGen