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