TYPO3 CMS  TYPO3_6-2
ObjectManagerInterface.php
Go to the documentation of this file.
1 <?php
3 
20 
27  public function isRegistered($objectName);
28 
36  public function get($objectName);
37 
50  public function create($objectName);
51 
59  public function getEmptyObject($className);
60 
67  public function getScope($objectName);
68 }