getData('slug')) { return $slug; // return array( // 'module' => 'app', // 'controller' => 'sections', // 'action' => 'view', // 'id' => $this->getData('id'), // ); } else { return array( 'module' => 'app', 'controller' => 'sections', 'action' => 'view', 'name' => $this->getData('name'), 'id' => $this->getData('id'), ); } } }