App\Http\Sections\ToggleMenuSection::__construct PHP Метод

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

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