hasType() public static method

Checks if exists support for a type.
public static hasType ( string $name ) : boolean
$name string Name of the type
return boolean TRUE if type is supported; FALSE otherwise
Esempio n. 1
0
 public function testHasType()
 {
     $this->assertTrue(Type::hasType('mixed'));
 }