2017 © Pedro Peláez
 

library acl_builder_api

Utility for building access collections

image

hypejunction/acl_builder_api

Utility for building access collections

  • Thursday, September 22, 2016
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 2 Stars
  • 232 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

ACL Builder Utilility for Elgg

Elgg 1.11 Elgg 1.12, (*1)

Features

  • API for creating an access collection for a set of users

Notes

  • This plugins allows you to create access collections on the fly, if you need to limit access to a certain entity to a set of predefined users. Created access collections are permnanent, and the access collection IDs will always refer to the same set of users, and thus can be recycled.

Usage

use hypeJunction\Access\Collection;
$entity->access_id = Collection::create(array($user1, $user2))->getCollectionId();

The Versions

22/09 2016

dev-master

9999999-dev http://hypejunction.com

Utility for building access collections

  Sources   Download

GPL-2.0

by Ismayil Khayredinov

plugin elgg access collections

22/09 2016

1.1.1

1.1.1.0 http://hypejunction.com

Utility for building access collections

  Sources   Download

GPL-2.0

by Ismayil Khayredinov

plugin elgg access collections

22/09 2016

1.1.0

1.1.0.0 http://hypejunction.com

Utility for building access collections

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin elgg access collections

28/11 2015

1.0.0

1.0.0.0 http://hypejunction.com

Utility for building access collections

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin elgg access collections