*/ interface InterfaceFunction { /** * @param array $stack * @return $this */ public function execute(&$stack); }