_definitions = $definitions; } /** * Retrieve list of methods * * @param string $type * @return string[] */ public function getMethodList($type) { return $this->_definitions[$type]; } }