Updated user view in order to show referenced clubs

This commit is contained in:
2019-06-05 16:58:23 +02:00
parent 60abc189ec
commit 40b88859cd
9 changed files with 92 additions and 25 deletions

View File

@@ -16,6 +16,7 @@ abstract class AbstractClubsViewSingle extends HtmlView
*/
protected $object;
protected $isNew;
protected $id;
private $prepared = FALSE;
@@ -50,6 +51,8 @@ abstract class AbstractClubsViewSingle extends HtmlView
$this->object->unpack($jsonData);
}
$this->id = $id;
}
public function display($tpl = null)