8889841cwp-content/plugins/mailpoet/lib/Automation/Engine/Validation/AutomationGraph/AutomationNode.php000064400000001133150540371410034664 0ustar00home/clixcotz/tcchp.clix.co.tzstep = $step; $this->parents = $parents; } public function getStep(): Step { return $this->step; } /** @return Step[] */ public function getParents(): array { return $this->parents; } }