for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class GeoCachesAttributesEntity extends Oc\Repository\AbstractEntity
{
/** @var int */
public $cacheId;
public $attribId;
/**
* @return bool
*/
public function isNew()
return $this->cacheId === null;
}