Skip to content

Commit

Permalink
#4148 Build-in API support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Dec 8, 2022
1 parent 7a5b599 commit bf361d4
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup UnaTemplate UNA Template Classes
* @{
*/

/**
* @see BxBaseServicePages
*/
class BxTemplServicePages extends BxBaseServicePages
{
public function __construct()
{
parent::__construct();
}
}

/** @} */
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup UnaTemplate UNA Template Classes
* @{
*/

/**
* @see BxBaseServicePages
*/
class BxTemplServicePages extends BxBaseServicePages
{
public function __construct()
{
parent::__construct();
}
}

/** @} */
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup UnaTemplate UNA Template Classes
* @{
*/

/**
* @see BxBaseServicePages
*/
class BxTemplServicePages extends BxBaseServicePages
{
public function __construct()
{
parent::__construct();
}
}

/** @} */
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup UnaTemplate UNA Template Classes
* @{
*/

/**
* @see BxBaseServicePages
*/
class BxTemplServicePages extends BxBaseServicePages
{
public function __construct()
{
parent::__construct();
}
}

/** @} */

0 comments on commit bf361d4

Please sign in to comment.