getArguments()); } protected function filterArguments(Array $arguments) { return array_merge(array($this->getScript(), $this->keysCount()), $arguments); } protected function getKeys() { return array_slice($this->getArguments(), 2, $this->keysCount()); } }