Changeset 22856 for branches/version-2_13-dev/data/class/pages/api
- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/api
- Files:
-
- 4 edited
-
LC_Page_Api.php (modified) (2 diffs)
-
LC_Page_Api_Json.php (modified) (2 diffs)
-
LC_Page_Api_Php.php (modified) (2 diffs)
-
LC_Page_Api_Xml.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/api/LC_Page_Api.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 26 25 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Operation_Ex.php'; … … 33 32 * @version $Id$ 34 33 */ 35 class LC_Page_Api extends LC_Page_Ex 34 class LC_Page_Api extends LC_Page_Ex 36 35 { 37 38 // }}}39 // {{{ functions40 41 36 /** 42 37 * Page を初期化する. -
branches/version-2_13-dev/data/class/pages/api/LC_Page_Api_Json.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 26 25 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Operation_Ex.php'; … … 33 32 * @version $Id$ 34 33 */ 35 class LC_Page_Api_Json extends LC_Page_Ex 34 class LC_Page_Api_Json extends LC_Page_Ex 36 35 { 37 38 // }}}39 // {{{ functions40 41 36 /** 42 37 * Page を初期化する. -
branches/version-2_13-dev/data/class/pages/api/LC_Page_Api_Php.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 26 25 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Operation_Ex.php'; … … 33 32 * @version $Id$ 34 33 */ 35 class LC_Page_Api_Php extends LC_Page_Ex 34 class LC_Page_Api_Php extends LC_Page_Ex 36 35 { 37 38 // }}}39 // {{{ functions40 41 36 /** 42 37 * Page を初期化する. -
branches/version-2_13-dev/data/class/pages/api/LC_Page_Api_Xml.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 26 25 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Operation_Ex.php'; … … 33 32 * @version $Id$ 34 33 */ 35 class LC_Page_Api_Xml extends LC_Page_Ex 34 class LC_Page_Api_Xml extends LC_Page_Ex 36 35 { 37 38 // }}}39 // {{{ functions40 41 36 /** 42 37 * Page を初期化する.
Note: See TracChangeset
for help on using the changeset viewer.
