[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ResourceInterface:: (1 method):
  __toString()


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.

This method is necessary to allow for resource de-duplication, for example by means
of array_unique(). The string returned need not have a particular meaning, but has
to be identical for different ResourceInterface instances referring to the same
resource; and it should be unlikely to collide with that of other, unrelated
resource instances.

return: string A string representation unique to the underlying Resource



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1