Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xlib
  • web
  • CXM_web_action.anubis
  • move the WEB_Action_Name type into separate file web/CXM_web_action.anubis
    fa49a949
    totoro authored
    2017-03-14 05:06:23 +0100  
    Browse Code »
CXM_web_action.anubis 391 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*
 * Created by PyramIDE.
 * User: フランスのトトロ aka (David RENÉ) 
 * Date: 14/03/2017
 * Time: 04:23
 * © Calexium 
 */


public type WEB_Action_Name:
  controller_action(
    String  controller,
    String  action_name
  ),
  action_name(
    String  action_name
  ),
  //url is raw action, hence we will only copy that url in final link
  url(
    String  url_name
  )
.