getType() публичный Метод

Gets of the type with the supplied identifier.
public getType ( string $typeIdentifier ) : Pinq\Analysis\IType
$typeIdentifier string
Результат Pinq\Analysis\IType
Пример #1
0
 public function visitUnset(O\UnsetExpression $expression)
 {
     $this->walkAll($expression->getValues());
     $this->analysis[$expression] = $this->typeSystem->getType(INativeType::TYPE_NULL);
 }