Method |
Description |
|
__construct ( string $path = null ) |
|
|
exists ( ) : boolean |
Check if the resource exists |
|
getName ( ) : string |
Provides the name of the theme resource, must be a user frendly name used for displaying it on the UI. |
|
getPath ( ) : string |
Provides the path of the resource. |
|
getProperty ( ) |
|
|
isSame ( Resource $other ) : boolean |
Checks if the provided resource is equal with this resource. |
|
sameAs ( Resource $other ) : boolean |
Checks if the provided resource is equal with this resource. |
|
setName ( string $name ) : Newscoop\Entity\Resource |
Set the name of the theme resource, must be a user frendly name used for displaying it on the UI. |
|
setPath ( string $path ) : Newscoop\Entity\Resource |
Set the path of the resource. |
|