Changes made for documentation
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package gulliver.system
|
* @package gulliver.system
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseAuthenticationSource.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class AuthenticationSource extends BaseAuthenticationSource {
|
class AuthenticationSource extends BaseAuthenticationSource {
|
||||||
function getAllAuthSources() {
|
function getAllAuthSources() {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class AuthenticationSourcePeer extends BaseAuthenticationSourcePeer {
|
class AuthenticationSourcePeer extends BaseAuthenticationSourcePeer {
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ require_once 'classes/model/om/BasePermissions.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class Permissions extends BasePermissions {
|
class Permissions extends BasePermissions {
|
||||||
function loadByCode($sCode = '') {
|
function loadByCode($sCode = '') {
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class PermissionsPeer extends BasePermissionsPeer {
|
class PermissionsPeer extends BasePermissionsPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseRbacUsers.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RbacUsers extends BaseRbacUsers {
|
class RbacUsers extends BaseRbacUsers {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RbacUsersPeer extends BaseRbacUsersPeer {
|
class RbacUsersPeer extends BaseRbacUsersPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ require_once 'classes/model/Content.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class Roles extends BaseRoles {
|
class Roles extends BaseRoles {
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RolesPeer extends BaseRolesPeer {
|
class RolesPeer extends BaseRolesPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseRolesPermissions.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RolesPermissions extends BaseRolesPermissions {
|
class RolesPermissions extends BaseRolesPermissions {
|
||||||
function create($aData) {
|
function create($aData) {
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RolesPermissionsPeer extends BaseRolesPermissionsPeer {
|
class RolesPermissionsPeer extends BaseRolesPermissionsPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseSystems.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class Systems extends BaseSystems {
|
class Systems extends BaseSystems {
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class SystemsPeer extends BaseSystemsPeer {
|
class SystemsPeer extends BaseSystemsPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseUsersRoles.php';
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class UsersRoles extends BaseUsersRoles {
|
class UsersRoles extends BaseUsersRoles {
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* application requirements. This class will only be generated as
|
* application requirements. This class will only be generated as
|
||||||
* long as it does not already exist in the output directory.
|
* long as it does not already exist in the output directory.
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class UsersRolesPeer extends BaseUsersRolesPeer {
|
class UsersRolesPeer extends BaseUsersRolesPeer {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class AuthenticationSourceMapBuilder {
|
class AuthenticationSourceMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class PermissionsMapBuilder {
|
class PermissionsMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RbacUsersMapBuilder {
|
class RbacUsersMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RolesMapBuilder {
|
class RolesMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class RolesPermissionsMapBuilder {
|
class RolesPermissionsMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class SystemsMapBuilder {
|
class SystemsMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ include_once 'creole/CreoleTypes.php';
|
|||||||
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
|
||||||
* (i.e. if it's a text column type).
|
* (i.e. if it's a text column type).
|
||||||
*
|
*
|
||||||
* @package classes.model
|
* @package rbac-classes-model
|
||||||
*/
|
*/
|
||||||
class UsersRolesMapBuilder {
|
class UsersRolesMapBuilder {
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,9 @@
|
|||||||
* LDAP plugin for RBAC class
|
* LDAP plugin for RBAC class
|
||||||
*
|
*
|
||||||
* @author Fernando Ontiveros
|
* @author Fernando Ontiveros
|
||||||
|
* @package rbac-classes-model
|
||||||
|
* @access public
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class LDAP
|
class LDAP
|
||||||
|
|||||||
Reference in New Issue
Block a user