[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/config/Symfony/Component/Config/Resource/ -> ResourceInterface.php (summary)

(no description)

File Size: 43 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ResourceInterface:: (3 methods):
  __toString()
  isFresh()
  getResource()


Interface: ResourceInterface  - X-Ref

ResourceInterface is the interface that must be implemented by all Resource classes.

__toString()   X-Ref
Returns a string representation of the Resource.

return: string A string representation of the Resource

isFresh($timestamp)   X-Ref
Returns true if the resource has not been updated since the given timestamp.

param: int $timestamp The last time the resource was loaded
return: bool True if the resource has not been updated, false otherwise

getResource()   X-Ref
Returns the tied resource.

return: mixed The resource



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1