Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Diagnostics
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
      • Diagnostics
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • PhpGenerator
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
  • NetteModule
  • none

Classes

  • Component
  • Container

Interfaces

  • IComponent
  • IContainer
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IComponent

Provides functionality required by all components.

Direct known implementers

Nette\ComponentModel\Component, Nette\ComponentModel\IContainer

Indirect known implementers

Nette\Application\UI\Control, Nette\Application\UI\Form, Nette\Forms\Controls\CheckboxList, Nette\Forms\Controls\ChoiceControl, Nette\Forms\Controls\CsrfProtection, Nette\Forms\Controls\HiddenField, Nette\Forms\Controls\ImageButton, Nette\Forms\Controls\MultiChoiceControl, Nette\Forms\Controls\MultiSelectBox, Nette\Forms\Controls\RadioList, Nette\Forms\Controls\SelectBox, Nette\Forms\Controls\SubmitButton, Nette\Application\UI\Multiplier, Nette\Forms\Controls\TextArea, Nette\Forms\Controls\TextBase, Nette\Forms\Controls\TextInput, Nette\Forms\Controls\UploadControl, Nette\Forms\Form, Nette\Application\UI\Presenter, Nette\Application\UI\PresenterComponent, Nette\ComponentModel\Container, Nette\Forms\Container, Nette\Forms\Controls\BaseControl, Nette\Forms\Controls\Button, Nette\Forms\Controls\Checkbox
Namespace: Nette\ComponentModel
Author: David Grudl
Located at ComponentModel/IComponent.php
Methods summary
public string
# getName( )

Returns

string
public Nette\ComponentModel\IContainer|null
# getParent( )

Returns the container if any.

Returns the container if any.

Returns

Nette\ComponentModel\IContainer|null
public
# setParent( Nette\ComponentModel\IContainer $parent = NULL, string $name = NULL )

Sets the parent of this component.

Sets the parent of this component.

Parameters

$parent
Nette\ComponentModel\IContainer
$name
string
Constants summary
string NAME_SEPARATOR '-'
#

Separator for component names in path concatenation.

Separator for component names in path concatenation.

Nette 2.1 API documentation generated by ApiGen 2.8.0