Storage linkage via method

From Sunhill Framework Documentation

When you combine a standard property with a storage you can use the setStorage() method of the property. This sets the internal storage for this property that is used for further requests. Note that this method must be called before any access to the property.

Example:

$property = new TypeInteger();
$property->setProperty(new MyProperty());