Function Module_topics->_validate_request_for_potential_topic
Definitions
forum/pages/modules/topics.php
- Used by Module_topics#add_poll() to validate input for new topic to be created together with the poll in one go.We don't combine this with the code in Module_topics#_add_reply() as that also is doing stuff to the read in input. Cleaner to copy and paste in this rare instance.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Used by Module_topics#add_poll() to validate input for new topic to be created together with the poll in one go.We don't combine this with the code in Module_topics#_add_reply() as that also is doing stuff to the read in input. Cleaner to copy and paste in this rare instance.
*
*/
public function _validate_request_for_potential_topic()
* Used by Module_topics#add_poll() to validate input for new topic to be created together with the poll in one go.We don't combine this with the code in Module_topics#_add_reply() as that also is doing stuff to the read in input. Cleaner to copy and paste in this rare instance.
*
*/
public function _validate_request_for_potential_topic()

