PHP Класс Prado\Data\SqlMap\DataMapper\TSqlMapException

С версии: 3.1
Наследование: extends Prado\Exceptions\TException
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.