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:
Ingo Schommer 2008-02-19 23:04:12 +00:00
parent 3f6afa2904
commit 20b0a8ef6e

View File

@ -889,7 +889,9 @@ class ViewableData extends Object implements Iterator {
* Object-casting information for class methods
* @var mixed
*/
public static $casting = null;
public static $casting = array(
'BaseHref' => 'Varchar'
);
/**
* Keep a record of the parent node of this data node.