<?phpnamespace ConcreteCoreAreaLayout;interface ColumnInterface{ public function getColumnHtmlObject(); public function getColumnHtmlObjectEditMode();}