vertical or horizontal */ public function posts($attr){ $ARPostList = new ARPostList($attr); return $ARPostList->draw(); } /** * * @param type $attr * $tribeUri OR $username * $layout -> vertical or horizontal */ public function userGrid($attr){ $ARUserGrid = new ARUserGrid($attr); return $ARUserGrid->draw(); } }