class ProfileProperty

This file provides property and method documentation for the model profile_property.

This file is generated by the XELOS command line tool xf kickstart. It will be overwritten when new kickstart actions are performed.

Add @mixin \XELOS\Modules\Lookbook\Docs\ClassGenerated\Model\ProfileProperty to the model to get access to the properties.

Properties

int $profile_id
int $property_id
int $copy
string $value:

stored in MySQL as text

int $created_at:

stored in MySQL as timestamp

int $updated_at:

stored in MySQL as timestamp

Methods

xm_lookbook_profile_property[]
all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

int
count_all(mixed $sql_params)

Returns the count

Details

at line 26
xm_lookbook_profile_property[] all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

Parameters

mixed $sql_params

Return Value

xm_lookbook_profile_property[]

at line 26
int count_all(mixed $sql_params)

Returns the count

Parameters

mixed $sql_params

Return Value

int