public function initializeArguments() { parent::initializeArguments(); $this->registerArgument('haystack', 'string', 'haystack', true); $this->registerArgument('needle', 'string', 'need', true); }