App\Http\Sections\ToggleMenuSection::__construct PHP Method

__construct() public method

public __construct ( $type, $instanceId = null )
    public function __construct($type, $instanceId = null)
    {
        $this->type = $type;
        $this->instanceId = $instanceId;
    }
ToggleMenuSection