PHP Class Sulu\Component\Content\Types\ResourceLocator\ResourceLocatorInformation

Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( $resourceLocator, $created, $id )
getCreated ( ) : DateTime returns datetime of creation.
getId ( ) : string
getResourceLocator ( ) : string returns resource locator string.

Method Details

__construct() public method

public __construct ( $resourceLocator, $created, $id )

getCreated() public method

returns datetime of creation.
public getCreated ( ) : DateTime
return DateTime

getId() public method

public getId ( ) : string
return string

getResourceLocator() public method

returns resource locator string.
public getResourceLocator ( ) : string
return string