Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. namespace appcomponents;
  2.  
  3. public function events()
  4. {
  5. return [
  6. ActiveRecord::EVENT_BEFORE_VALIDATE => 'beforeValidate',
  7. ];
  8. }
  9.  
  10. public function beforeValidate($event)
  11. {
  12. // ...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement