mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3385 from mateusz/viewable-data-getter
API Add a getter for customisedObject property.
This commit is contained in:
commit
f8a77eeace
@ -208,6 +208,13 @@ class ViewableData extends Object implements IteratorAggregate {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return ViewableData
|
||||||
|
*/
|
||||||
|
public function getCustomisedObj() {
|
||||||
|
return $this->customisedObject;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param ViewableData $object
|
* @param ViewableData $object
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user