Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • ActivateOperation
  • AvailableSitesBlock
  • ConfigBlock
  • ConfigOperation
  • DeactivateOperation
  • DeleteBlock
  • DeleteOperation
  • EditBlock
  • Hooks
  • IsUniqueOperation
  • LoginComboElement
  • LoginForm
  • LoginOperation
  • LogoutOperation
  • ManageBlock
  • Model
  • Module
  • OwnershipResolver
  • PermissionResolver
  • ProfileController
  • QueryOperationOperation
  • SaveOperation
  • UnlockLoginOperation
  • Update20131021
  • User
  • ViewProvider

Interfaces

  • OwnershipResolverInterface
  • PermissionResolverInterface

Traits

  • LoggedAtProperty

Exceptions

  • WebsiteAdminNotAccessible

Class OwnershipResolver

Icybee\Modules\Users\OwnershipResolver implements ArrayAccess, IteratorAggregate, Icybee\Modules\Users\OwnershipResolverInterface
Namespace: Icybee\Modules\Users
Located at vendor/icanboogie-modules/users/lib/ownership-resolver.php

Methods summary

public static array
# synthesize_config( array $fragments )

Synthesizes the users_ownership_resolver_list config from users fragments.

Synthesizes the users_ownership_resolver_list config from users fragments.

Parameters

$fragments
array
$fragments

Returns

array
public
# __construct( array $resolver_list = [] )

Initializes the ownership resolver list.

Initializes the ownership resolver list.

Parameters

$resolver_list
array
$resolver_list A ownership resolver list, such as one created by autoconfig().
public boolean
# __invoke( Icybee\Modules\Users\User $user, ICanBoogie\ActiveRecord $record )

Resolves the owneship of a user.

Resolves the owneship of a user.

Parameters

$user
Icybee\Modules\Users\User
$user A user record.
$record
ICanBoogie\ActiveRecord
$record A record.

Returns

boolean
true if the user has the ownership of the record.

Implementation of

Icybee\Modules\Users\OwnershipResolverInterface::__invoke()
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
public
# offsetExists( mixed $resolver_id )

Implementation of

ArrayAccess::offsetExists()
public
# offsetGet( mixed $resolver_id )

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $resolver_id, mixed $resolver )

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $resolver_id )

Implementation of

ArrayAccess::offsetUnset()

Magic methods summary

Autodoc API documentation generated by ApiGen 2.8.0