| Аргумент | Возможный тип | Описание |
| У метода нет аргументов | ||
// пример в контроллере catalog/controller/account/register.php
public function index() {
if ($this->customer->isLogged()) {
$this->redirect($this->url->link('account/account', '', 'SSL'));
}
return $this->customer_id;