Class Content
A content of a page.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- ICanBoogie\ActiveRecord
- Icybee\Modules\Pages\Content
Namespace: Icybee\Modules\Pages
Located at vendor/icanboogie-modules/pages/lib/activerecords/content.php
Located at vendor/icanboogie-modules/pages/lib/activerecords/content.php
Methods summary
protected
mixed
|
|
public
|
#
__construct( string|
Initializes the $model and |
public
string|object
|
|
public
|
Methods inherited from ICanBoogie\ActiveRecord
__sleep()
,
alter_persistent_properties()
,
delete()
,
get_model()
,
get_model_id()
,
save()
Methods inherited from ICanBoogie\Object
from()
,
resolve_facade_properties()
,
resolve_private_properties()
,
to_array()
,
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call()
,
__get()
,
__set()
,
__wakeup()
,
get_prototype()
,
has_method()
,
has_property()
,
last_chance_get()
,
last_chance_set()
Magic methods summary
Properties summary
public
integer
|
$pageid |
#
The identifier of the page the content belongs to. |
public
string
|
$contentid |
#
The identifier of the content. |
public
string
|
$content |
#
The content. |
public
string
|
$editor |
#
The editor name used to edit and render the content. |
Properties inherited from ICanBoogie\ActiveRecord
Magic properties
public read-only
mixed
|
$rendered |
|
#
The rendered version of the content. |