'This is the custom label', ); } public function rules() { return array( ); } public function scenarios() { return array( 'test' => array('firstName', 'lastName', '!underscore_style'), ); } }