PhpParser\PrettyPrinter\Standard::pType PHP Method

pType() protected method

Helpers
protected pType ( $node )
    protected function pType($node) {
        return is_string($node) ? $node : $this->p($node);
    }
Standard