PlexusCrud
Develop / PlexusCrudCRUD is an Akronym for “Create Read Update Delete” and provides the basic data control for Plexus Data Types. All basic methods other parts of the system need to interact with a content object are provided by PlexusCRUD too.
If you want to create an own data type, you need to extend this class (or another existing data type like PAGE) and overwrite the listet methods below.
- add
- api
- beforeCreate
- beforeEdit
- beforeSave
- change
- clearBlueprint
- construct
- __construct
- create
- delete
- edit
- excerptStrip
- form
- get
- getAuthor
- getAuthorLink
- getBlueprint
- getCancelLink
- getContent
- getDate
- getDescription
- getEditLink
- getKeywords
- getLink
- getMeta
- getTitle
- getTrackbacks
- getTrackbacksCount
- getTrackbackUrl
- getType
- init
- link
- next
- onSaveReady
- previous
- remove
- result
- save
- saveProperty
- set
- showTitle
- view
