PhpParser\PrettyPrinter\Standard::pNullableType PHP 메소드

pNullableType() 보호된 메소드

protected pNullableType ( NullableType $node )
$node PhpParser\Node\NullableType
    protected function pNullableType(Node\NullableType $node) {
        return '?' . $this->pType($node->type);
    }
Standard