/** * Constructor * * @param null * * @return TableInterface */ public function __construct() { parent::__construct(); $this->head = new Head(); $this->foot = new Foot(); $this->body = new Body(); }
public function __construct() { parent::__construct(); }