function column_plan_id($item) { return Plan::getName($item->plan_id); }
public function getName() { $this->_load(); return parent::getName(); }