Kraken\Runtime\RuntimeModelInterface::isCreated PHP Method

isCreated() public method

Checks if model is in created state.
public isCreated ( ) : boolean
return boolean
    public function isCreated();

Usage Example

 /**
  * @override
  * @inheritDoc
  */
 public function isCreated()
 {
     return $this->model->isCreated();
 }