Home
last modified time | relevance | path

Searched defs:className (Results 76 – 100 of 17732) sorted by last modified time

12345678910>>...710

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Reflection/
H A DReflectionService.php120 protected function buildClassSchema($className): ClassSchema
H A DClassSchema.php85 protected $className; variable in TYPO3\\CMS\\Extbase\\Reflection\\ClassSchema
122 public function __construct(string $className)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/
H A DNoSuchMethodException.php30 public static function create(string $className, string $methodName): NoSuchMethodException
H A DNoSuchMethodParameterException.php31 …public static function createForParameterName(string $className, string $methodName, $parameterNam…
45 …public static function createForParameterPosition(string $className, string $methodName, int $posi…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Reflection/ClassSchema/
H A DMethod.php41 private $className; variable in TYPO3\\CMS\\Extbase\\Reflection\\ClassSchema\\Method
53 public function __construct(string $name, array $definition, string $className)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/
H A DDataMap.php29 protected $className; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\DataMap
142 public function __construct($className, $tableName, $recordType = null, array $subclasses = [])
155 public function setClassName($className)
H A DDataMapFactory.php110 public function buildDataMap(string $className): DataMap
136 protected function buildDataMapInternal(string $className): DataMap
192 protected function resolveTableName(string $className): string
H A DDataMapper.php147 public function map($className, array $rows)
163 public function getTargetType($className, array $row)
186 protected function mapSingleRow($className, array $row)
209 protected function createEmptyObject($className)
735 public function isPersistableProperty($className, $propertyName)
748 public function getDataMap($className)
762 public function convertClassNameToTableName($className)
774 public function convertPropertyNameToColumnName($propertyName, $className = null)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/
H A DPersistenceManagerInterface.php92 public function registerRepositoryClassName($className);
H A DClassesConfiguration.php42 public function hasClass(string $className): bool
51 public function getConfigurationFor(string $className): ?array
63 public function getSubClasses(string $className): array
73 private function resolveSubClassesRecursive(string $className, array $subClasses = []): array
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DPersistenceManager.php92 public function registerRepositoryClassName($className)
H A DQueryFactory.php68 public function create($className)
H A DQueryFactoryInterface.php29 public function create($className);
H A DSession.php138 public function hasIdentifier($identifier, $className)
150 public function getObjectByIdentifier($identifier, $className)
212 protected function getClassIdentifier($className): string
H A DBackend.php251 public function getObjectByIdentifier($identifier, $className)
H A DBackendInterface.php79 public function getObjectByIdentifier($identifier, $className);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php618 protected function addRecordTypeConstraint($className)
1010 … protected function addUnionStatement(&$className, &$tableName, &$propertyPath, &$fullPropertyPath)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Command/
H A DUpgradeWizardListCommand.php145 …protected function getWizard(string $className, string $identifier, $all = false): ?UpgradeWizardI…
H A DUpgradeWizardRunCommand.php148 protected function getWizard(string $className, string $identifier): ?UpgradeWizardInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php550 public function registerContentObjectClass($className, $contentObjectName)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DMenuContentObjectFactory.php68 public function registerMenuType($type, $className)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/
H A DNodeFactory.php280 protected function instantiate($className, array $data)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php17 public static function fromNonExistingClass(string $className): self
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php48 public function instantiate($className)
73 private function buildAndCacheFromFactory(string $className)
98 private function buildFactory(string $className): callable
129 private function getReflectionClass(string $className): ReflectionClass
H A DInstantiatorInterface.php22 public function instantiate($className);

12345678910>>...710