Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

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
Located at ComponentModel/IComponent.php
Methods summary
public string
# getName( )

Returns

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

Returns the container if any.

Returns the container if any.

Returns

Nette\ComponentModel\IContainer|null
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
$name
Constants summary
string NAME_SEPARATOR

Separator for component names in path concatenation.

Separator for component names in path concatenation.

#'-'
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0