' ], [ ['my-button'], '' ], [ ['button[value]'], '' ], [ ['button', 'caption'], '' ], // value encoding [ ['button', ''], '' ], // parameter encoding [ ['button"&"'], '' ] ]; } /** * @param $name * @param $caption * @return CSubmit */ protected function createTag($name = 'submit', $caption = '') { return new CSubmit($name, $caption); } }