コード例 #1
0
 /**
  * Returns TRUE if the $type is a literal.
  *
  * @param string $type
  * @return boolean
  */
 public function isLiteral($type)
 {
     return TypeHandlingUtility::isLiteral($type);
 }