Registry / utility / nette-component-model

nette-component-model

JSON →
library3.2.0phppackagistunverified

⚛ Nette Component Model

composer require nette/component-model
INSTALL
IMPORT
SIG · NETTE-COMPONENT-MO
N
nette-component-model
utilityphpv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Container
use Nette\ComponentModel\Container;

Create a component container and add a child component.

use Nette\ComponentModel\Container; $container = new Container(); $container->addComponent(new Container(), 'child'); echo $container->getComponent('child')->getName(); // Outputs: child
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nette-component-model — pip install nette-component-model · libregistry