mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merged revisions 49843 via svnmerge from
svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.2.0-mesq ........ r49843 | ischommer | 2008-02-20 12:03:49 +1300 (Wed, 20 Feb 2008) | 1 line added $casting for BaseHref() ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@49837 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3f6afa2904
commit
20b0a8ef6e
@ -889,7 +889,9 @@ class ViewableData extends Object implements Iterator {
|
|||||||
* Object-casting information for class methods
|
* Object-casting information for class methods
|
||||||
* @var mixed
|
* @var mixed
|
||||||
*/
|
*/
|
||||||
public static $casting = null;
|
public static $casting = array(
|
||||||
|
'BaseHref' => 'Varchar'
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Keep a record of the parent node of this data node.
|
* Keep a record of the parent node of this data node.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user