Overview

Namespaces

  • Charcoal
    • Object
    • User
      • Acl

Classes

  • Content
  • ObjectRevision
  • ObjectRoute
  • ObjectSchedule
  • UserData

Interfaces

  • ArchivableInterface
  • CategorizableInterface
  • CategorizableMultipleInterface
  • CategoryInterface
  • ContentInterface
  • HierarchicalInterface
  • ObjectRevisionInterface
  • ObjectRouteInterface
  • ObjectScheduleInterface
  • PublishableInterface
  • RevisionableInterface
  • RoutableInterface
  • UserDataInterface

Traits

  • ArchivableTrait
  • CategorizableMultipleTrait
  • CategorizableTrait
  • CategoryTrait
  • HierarchicalTrait
  • PublishableTrait
  • RevisionableTrait
  • RoutableTrait
  • Overview
  • Namespace
  • Class

Interface CategoryInterface

Direct known implementers

Charcoal\User\Acl\PermissionCategory
Namespace: Charcoal\Object
Located at Charcoal/Object/CategoryInterface.php
Methods summary
public Charcoal\Object\CategoryInterface
# setCategoryItemType( string $type )

Parameters

$type
The category item type.

Returns

Charcoal\Object\CategoryInterface
Chainable
public string
# categoryItemType( )

Returns

string
public array
# numCategoryItems( )

Get the number of items in this category.

Get the number of items in this category.

Returns

array
public boolean
# hasCategoryItems( )

Returns

boolean
public array
# categoryItems( )

Returns

array
API documentation generated by ApiGen