Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
ApplicationDelegateClass.php
Go to the documentation of this file.
1 <?php
67 
68 
69  // @{
104  function getPermissions(Dataface_Record $record);
105 
106 
135  function getRoles(Dataface_Record $record);
136 
137  // @}
138 
139  // @{
146  function after_action_activate();
147 
152  function after_action_login();
153 
158  function after_action_logout();
159 
172  function after_action_edit();
173 
188  function after_action_new();
189 
194  function after_action_delete();
195 
207  function before_authenticate();
208 
223  function beforeHandleRequest();
224 
231  function startSession();
232  // @}
233 
234 
235  // @{
255  function getPreferences();
256  // @}
257 
258 
259  // @{
286  function beforeRegister(Dataface_Record $user);
287 
288 
311  function afterRegister(Dataface_Record $user);
312 
340  function validateRegistrationForm(array $values);
341 
372  function sendRegistrationActivationEmail(Dataface_Record $user, $activationURL);
373 
418  function getRegistrationActivationEmailInfo(Dataface_Record $user, $activationURL);
419 
442  function getRegistrationActivationEmailSubject(Dataface_Record $user, $activationURL);
443 
444 
465  function getRegistrationActivationEmailMessage(Dataface_Record $user, $activationURL);
466 
473  function getRegistrationActivationEmailParameters(Dataface_Record $user, $activationURL);
474 
481  function getRegistrationActivationEmailHeaders(Dataface_Record $user, $activationURL);
482 
483  // @}
484 
485  // @{
504  function getPasswordChangedEmailInfo(Dataface_Record $user, $password);
505 
521  function getResetPasswordEmailInfo(Dataface_Record $user, $reset_url);
522 
523  // @}
524 
525  // @{
558  function getFeed(array $query);
559 
576  function getRelatedFeed(Dataface_Record $record, $relationship);
577 
578 
579  // @}
580 
581  // @{
611  function block__blockname();
612 
696  function getNavItem($key, $label);
697  function navItemIsSelected($key);
698  function getTemplateContext();
699 
711  function getSearchTarget(array $action);
712 
713  // @}
714 
715  // @{
718  function valuelist__valuelistname();
719  // @}
720 }