PAGI\Node\NodeActionCommand::onCancel PHP Метод

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

Do the configured action when the node has been cancelled.
public onCancel ( ) : NodeActionCommand
Результат NodeActionCommand
    public function onCancel()
    {
        $this->result = self::NODE_RESULT_CANCEL;
        return $this;
    }