StoreReportOwnerMobileForm
        
        extends StoreReportItemMobileForm
    
    
            
            in package
            
        
    
    
    
Class CreateReportOwnerForm.
Table of Contents
Properties
- $resource : ReportItem
 - $resource : ReportOwner|null
 - $isEdit : bool
 
Methods
- boot() : void
 - getReportReason() : array<int, mixed>
 - initialize() : void
 - prepare() : void
 
Properties
$resource
    public
        ReportItem
    $resource
    
    
    
    
$resource
    public
        ReportOwner|null
    $resource
    
    
    
    
$isEdit
    protected
        bool
    $isEdit
     = false
    
    
    
Methods
boot()
    public
                    boot(CreateFormRequest $request) : void
    Parameters
- $request : CreateFormRequest
 
getReportReason()
    protected
                    getReportReason() : array<int, mixed>
    Tags
Return values
array<int, mixed>initialize()
    protected
                    initialize() : void
    Tags
prepare()
    protected
                    prepare() : void