Attribute->get('slug')}/"); } return \Application::getUserURL("{$this->Attribute->get('id')}/"); } #=============================================================================== # Return unique pseudo GUID #=============================================================================== public function getGUID(): string { foreach(['id', 'time_insert'] as $attribute) { $attributes[] = $this->Attribute->get($attribute); } return sha1(implode(NULL, $attributes)); } }