title method

String title()

Implementation

String title(){
	if( _title == null ){
		return "";
	}
	return _title!;
}