AppserverIo\Appserver\Core\Api\Node\ParamNode::getType PHP 메소드

getType() 공개 메소드

Returns the param type.
public getType ( ) : string
리턴 string The param type
    public function getType()
    {
        return $this->type;
    }