Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. public function getCMSValidator() {
  2.     Debug::log('ID1: ' . $this->ID);
  3.     return new DoForm_Validator($this->ID);
  4.     //return new RequiredFields('Number', 'Title', 'IssuingDate', 'Revision', 'RevisionDate');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement