Xpressengine\Storage\File::getDerives PHP Méthode

getDerives() public méthode

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