public function __construct( $key = '', $property = null ) {
		parent::__construct( $key );

		$this->m_typeid = WOM_TYPE_TMPL_FIELD;
		$this->m_bindingProperty = $property;
	}