PHP 클래스 Prado\Data\SqlMap\DataMapper\TSqlMapException

부터: 3.1
상속: extends Prado\Exceptions\TException
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $errorMessage ) Constructor, similar to the parent constructor. For parameters that are of SimpleXmlElement, the tag name and its attribute names and values are expanded into a string.

보호된 메소드들

메소드 설명
getErrorMessageFile ( ) : string
implodeNode ( $node ) : string

메소드 상세

__construct() 공개 메소드

Constructor, similar to the parent constructor. For parameters that are of SimpleXmlElement, the tag name and its attribute names and values are expanded into a string.
public __construct ( $errorMessage )

getErrorMessageFile() 보호된 메소드

protected getErrorMessageFile ( ) : string
리턴 string path to the error message file

implodeNode() 보호된 메소드

protected implodeNode ( $node ) : string
리턴 string tag name and attribute names and values.