Perforce Chronicle 2012.2/486814
API Documentation
|
Exception to be thrown when a resolve error occurs. More...
Public Member Functions | |
getChange () | |
Returns a P4_Change object for the changelist the conflict files live in. |
Exception to be thrown when a resolve error occurs.
Holds the associated Connection instance and result object.
P4_Connection_ConflictException::getChange | ( | ) |
Returns a P4_Change object for the changelist the conflict files live in.
{ preg_match( '/submit -c ([0-9]+)/', implode($this->getResult()->getErrors()), $matches ); return P4_Change::fetch($matches[1], $this->getConnection()); }