Contents ../ lithium\data\Entity::exists() public method A flag indicating whether or not this record exists. Returns boolean True if the record was read from the data-source, or has been created and saved. Otherwise false. Source public function exists() { return $this->_exists; }