Neos\Flow\Fixtures\ClassWithSettersAndConstructor::__construct PHP Метод

__construct() публичный Метод

public __construct ( mixed $property1, string $anotherProperty = '' )
$property1 mixed
$anotherProperty string
    public function __construct($property1, $anotherProperty = '')
    {
        $this->property1 = $property1;
        $this->property3 = $anotherProperty;
    }