Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • Blueprint
  • BlueprintNode
  • BreadcrumbElement
  • Content
  • ContentModel
  • CopyOperation
  • DeleteOperation
  • EditBlock
  • ExportBlock
  • ExportOperation
  • Hooks
  • ImportOperation
  • LanguagesElement
  • ListView
  • ManageBlock
  • Model
  • Module
  • NavigationBranchElement
  • NavigationElement
  • NavigationExcludeOperation
  • NavigationIncludeOperation
  • Page
  • PageController
  • PopPage
  • PopTemplate
  • QueryOperationOperation
  • SaveOperation
  • TemplateEditorsOperation
  • UpdateTreeOperation

Class BlueprintNode

A node of the blueprint.

Namespace: Icybee\Modules\Pages
See: Icybee\Modules\Pages\Blueprint
Located at vendor/icanboogie-modules/pages/lib/blueprint.php

Methods summary

public
# __get( string $property )

Inaccessible properties are obtained from the record.

Inaccessible properties are obtained from the record.

Parameters

$property
string
$property
protected integer
# get_descendents( )

Return the descendent nodes of the node.

Return the descendent nodes of the node.

Returns

integer
protected integer
# get_descendents_count( )

Return the number of descendents.

Return the number of descendents.

Returns

integer
public mixed
# __call( string $method, array $arguments )

Forwards calls to the record.

Forwards calls to the record.

Parameters

$method
string
$method
$arguments
array
$arguments

Returns

mixed

Magic methods summary

Properties summary

public integer $nid
#

The identifier of the page.

The identifier of the page.

public integer $depth
#

Depth of the node is the tree.

Depth of the node is the tree.

public integer $parentid
#

The identifier of the parent of the page.

The identifier of the parent of the page.

public Icybee\Modules\Pages\BlueprintNode $parent
#

Blueprint node of the parent of the page.

Blueprint node of the parent of the page.

public array[int]BlueprintNode $children
#

The children of the node.

The children of the node.

Magic properties

public read-only integer $children_count
#

The number of children.

The number of children.

public read-only integer $descendents_count
#

The number of descendents.

The number of descendents.

Autodoc API documentation generated by ApiGen 2.8.0