Xpressengine\Storage\File::getDerives PHP Method

getDerives() public method

Get the derive files of current file
public getDerives ( ) : Illuminate\Database\Eloquent\Collection | static[]
return Illuminate\Database\Eloquent\Collection | static[]
    public function getDerives()
    {
        return static::derives($this)->get();
    }