PHPStan\Rules\Classes\AccessPropertiesRule::__construct PHP Method

__construct() public method

public __construct ( Broker $broker, RuleLevelHelper $ruleLevelHelper, boolean $checkThisOnly )
$broker PHPStan\Broker\Broker
$ruleLevelHelper PHPStan\Rules\RuleLevelHelper
$checkThisOnly boolean
    public function __construct(Broker $broker, RuleLevelHelper $ruleLevelHelper, bool $checkThisOnly)
    {
        $this->broker = $broker;
        $this->ruleLevelHelper = $ruleLevelHelper;
        $this->checkThisOnly = $checkThisOnly;
    }