Render custom attribute type

Permalink
I have a new custom attribute type built (partly) usinghttp://www.concrete5.org/documentation/how-tos/developers/create-a-...

It works, it saves and it loads again within the page properties. But I get nothing back from it when doing

$c->getAttribute("my_custom");


Which function do I need to override to display my own custom output?

yolk
 
yolk replied on at Permalink Best Answer Reply
yolk
After some more digging, it looks like this is getValue() ?

Is that right? By using getValue() have I missed anything?