Kraken\Runtime\RuntimeModelInterface::getHash PHP 메소드

getHash() 공개 메소드

Return failure hash if the container is in the failed state or null if it is not.
public getHash ( ) : string | null
리턴 string | null
    public function getHash();

Usage Example

예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getHash()
 {
     return $this->model->getHash();
 }