PHP Class Prado\Data\SqlMap\DataMapper\TSqlMapException

Since: 3.1
Inheritance: extends Prado\Exceptions\TException
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
getErrorMessageFile ( ) : string
implodeNode ( $node ) : string

Method Details

__construct() public méthode

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 méthode

protected getErrorMessageFile ( ) : string
Résultat string path to the error message file

implodeNode() protected méthode

protected implodeNode ( $node ) : string
Résultat string tag name and attribute names and values.