Start of using Attribute objects, rendering jpegphoto

This commit is contained in:
Deon George
2021-12-10 22:39:09 +11:00
parent dabca67fc8
commit 10a2d2161b
5 changed files with 20 additions and 52 deletions

View File

@@ -95,6 +95,11 @@ class Attribute
*/
}
/**
* Determine how we render this attribute's value
*
* @return string
*/
public function __toString(): string
{
return join('<br>',$this->values);