[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.154: ~ $
<?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\Form\Tests\Fixtures;

class Author
{
    public $firstName;
    private $lastName;
    private $australian;
    public $child;
    private $readPermissions;

    private $privateProperty;

    public function setLastName($lastName)
    {
        $this->lastName = $lastName;
    }

    public function getLastName()
    {
        return $this->lastName;
    }

    private function getPrivateGetter()
    {
        return 'foobar';
    }

    public function setAustralian($australian)
    {
        $this->australian = $australian;
    }

    public function isAustralian()
    {
        return $this->australian;
    }

    public function setReadPermissions($bool)
    {
        $this->readPermissions = $bool;
    }

    public function hasReadPermissions()
    {
        return $this->readPermissions;
    }

    private function isPrivateIsser()
    {
        return true;
    }

    public function getPrivateSetter()
    {
    }

    private function setPrivateSetter($data)
    {
    }
}

Filemanager

Name Type Size Permission Actions
AlternatingRowType.php File 764 B 0644
Author.php File 1.23 KB 0644
AuthorType.php File 712 B 0644
CustomArrayObject.php File 1.52 KB 0644
FixedDataTransformer.php File 1.08 KB 0644
FixedFilterListener.php File 1.65 KB 0644
FooSubType.php File 769 B 0644
FooSubTypeWithParentInstance.php File 811 B 0644
FooType.php File 756 B 0644
FooTypeBarExtension.php File 781 B 0644
FooTypeBazExtension.php File 654 B 0644
TestExtension.php File 1.66 KB 0644
foo File 0 B 0644