PHP 8.2.30
Preview: MutableAclProviderInterface.php Size: 1.44 KB
/opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Security\Acl\Model;

/**
 * Provides support for creating and storing ACL instances.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
interface MutableAclProviderInterface extends AclProviderInterface
{
    /**
     * Creates a new ACL for the given object identity.
     *
     * @throws AclAlreadyExistsException when there already is an ACL for the given
     *                                   object identity
     * @param ObjectIdentityInterface $oid
     * @return MutableAclInterface
     */
    public function createAcl(ObjectIdentityInterface $oid);

    /**
     * Deletes the ACL for a given object identity.
     *
     * This will automatically trigger a delete for any child ACLs. If you don't
     * want child ACLs to be deleted, you will have to set their parent ACL to null.
     *
     * @param ObjectIdentityInterface $oid
     */
    public function deleteAcl(ObjectIdentityInterface $oid);

    /**
     * Persists any changes which were made to the ACL, or any associated
     * access control entries.
     *
     * Changes to parent ACLs are not persisted.
     *
     * @param MutableAclInterface $acl
     */
    public function updateAcl(MutableAclInterface $acl);
}

Directory Contents

Dirs: 0 × Files: 16

Name Size Perms Modified Actions
1.50 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
2.93 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.73 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.53 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
776 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
691 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
712 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.32 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
597 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
4.47 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.44 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.37 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
675 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.23 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
823 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.01 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).