Xpressengine\Storage\File::getDerives PHP Метод

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

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