Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • NArrayTools
  • NCallback
  • NComponent
  • NComponentContainer
  • NConfigurator
  • NDateTime53
  • NDebug
  • NEnvironment
  • NFramework
  • NFreezableObject
  • NGenericRecursiveIterator
  • NImage
  • NImageMagick
  • NInstanceFilterIterator
  • NObject
  • NObjectMixin
  • NPaginator
  • NRecursiveComponentIterator
  • NServiceLocator
  • NSmartCachingIterator
  • NString
  • NTools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • NAmbiguousServiceException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Interface IComponent

Provides functionality required by all components.

Direct known implementers

IComponentContainer, NComponent

Indirect known implementers

INamingContainer, NAppForm, NHiddenField, NImageButton, NMultiSelectBox, NPresenter, NPresenterComponent, NRadioList, NSelectBox, NSubmitButton, NTextArea, NTextBase, NButton, NTextInput, NCheckbox, NComponentContainer, NControl, NFileUpload, NForm, NFormContainer, NFormControl
Package: Nette
Author: David Grudl
Located at ComponentModel/IComponent.php
Methods summary
public string
# getName( )

Returns

string
public IComponentContainer|null
# getParent( )

Returns the container if any.

Returns the container if any.

Returns

IComponentContainer|null
public
# setParent( IComponentContainer $parent = NULL, string $name = NULL )

Sets the parent of this component.

Sets the parent of this component.

Parameters

$parent
IComponentContainer
$name
string
Constants summary
string NAME_SEPARATOR '-'
#

Separator for component names in path concatenation.

Separator for component names in path concatenation.

Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0