TYPO3 CMS  TYPO3_6-2
TypeHandlingService.php
Go to the documentation of this file.
1 <?php
3 
18 
24 
29 
34 
42  public function parseType($type) {
43  return TypeHandlingUtility::parseType($type);
44  }
45 
55  public function normalizeType($type) {
57  }
58 
65  public function isLiteral($type) {
66  return TypeHandlingUtility::isLiteral($type);
67  }
68 
75  public function isSimpleType($type) {
77  }
78 }