AppserverIo\Appserver\Core\Api\Node\ReceiverNode::getType PHP Метод

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

Returns information about the receiver's class name.
public getType ( ) : string
Результат string The receiver's class name
    public function getType()
    {
        return $this->type;
    }