You are here

class ResourcePublic in D7 Media 6

Hierarchy

Expanded class hierarchy of ResourcePublic

File

resource/resource.module, line 322
Resource API for Drupal, a replacement for files.

View source
class ResourcePublic extends Resource {
  function url() {
  }
  function mime() {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Resource::$files protected static property
Resource::$htmlUrl protected property
Resource::$mime protected property
Resource::$name protected property
Resource::$rid protected property
Resource::$size protected property
Resource::$status protected property
Resource::$streamManager protected static property
Resource::$streamWrapper protected static property
Resource::$timestamp protected property
Resource::$uid protected property
Resource::$url protected property
Resource::copy function Create a copy a Resource.
Resource::delete function Delete a file and its database record.
Resource::move function Move a Resource. 1
Resource::refresh function
Resource::save function Save the current state of a drupal_file in the database. If the file->fid is empty a new database record will be added. 1
Resource::set_status function Mark a file as permanent.
Resource::_destination function Create a new name for a resource by appending a number if a resource exists at $destination.
Resource::__construct protected function drupal_file constructor.
ResourcePublic::mime function
ResourcePublic::url function 1