Silla.IO API
  • Namespace
  • Class
  • Tree
  • Todo
  • Download

Namespaces

  • App
    • Controllers
  • CMS
    • Controllers
    • Helpers
    • Models
  • Configurations
    • CI
    • Development
    • Production
    • Staging
  • Core
    • Base
    • CLI
      • Cache
      • DB
    • Helpers
    • Modules
      • Cache
        • Adapters
        • Interfaces
      • Crypt
      • DB
        • Adapters
        • Decorators
          • Interfaces
        • Features
          • Paginator
        • Interfaces
      • Registry
      • Render
        • Adapters
        • Interfaces
      • Router
      • Session
        • Adapters
        • Interfaces
  • None
  • Tasks
    • DB

Classes

  • CMSHelp
  • CMSUser
  • CMSUserRole

Class CMSUserRole

Class CMSUserRole definition.

Core\Base\Model
Extended by CMS\Models\CMSUserRole implements Core\Modules\DB\Decorators\Interfaces\Serialization, Core\Modules\DB\Decorators\Interfaces\TimezoneAwareness
Namespace: CMS\Models
Located at models/cmsuserrole.php

Methods summary

public static array
# timezoneAwareFields( )

Definition of the timezone aware fields.

Definition of the timezone aware fields.

Returns

array

Overrides

Core\Base\Model::timezoneAwareFields

Implementation of

Core\Modules\DB\Decorators\Interfaces\TimezoneAwareness::timezoneAwareFields()
public static array
# serializableFields( )

Definition of the serializable fields.

Definition of the serializable fields.

Returns

array

Implementation of

Core\Modules\DB\Decorators\Interfaces\Serialization::serializableFields()

Methods inherited from Core\Base\Model

__call(), __construct(), __get(), __isset(), __set(), __unset(), afterCreate(), afterDelete(), afterPopulate(), afterSave(), afterUpdate(), afterValidate(), beforeCreate(), beforeDelete(), beforePopulate(), beforeSave(), beforeUpdate(), beforeValidate(), delete(), detach(), errors(), exists(), fields(), fieldsI18N(), find(), fire(), getAssociationMetaDataByKey(), getError(), getI18nLocale(), getI18nSchema(), getPrimaryKeyValue(), getSchema(), hasErrors(), i18nForeignKeyField(), i18nLocaleField(), isNewRecord(), listeners(), on(), primaryKeyField(), removeError(), save(), setError(), setI18nLocale()

Properties summary

public static string $tableName

Table storage name.

Table storage name.

# 'cms_userroles'
public array $hasMany

Has many associations definition.

Has many associations definition.

# array( 'users' => array( 'table' => 'cms_users', 'key' => 'id', 'relative_key' => 'role_id', 'class_name' => 'CMS\Models\CMSUser', ), )

Properties inherited from Core\Base\Model

$belongsTo, $errors, $fields, $fieldsI18n, $hasAndBelongsToMany, $i18nForeignKeyField, $i18nJoinType, $i18nLocale, $i18nLocaleField, $i18nLocalisation, $i18nTableName, $i18nTableNameSuffix, $isI18n, $listeners, $primaryKeyField, $query

Silla.IO API API documentation generated by ApiGen