PHP Class Jelix\Dependencies\ItemException

Inheritance: extends Exception
Afficher le fichier Open project: jelix/jelix

Protected Properties

Свойство Type Description
$item
$relatedData

Méthodes publiques

Méthode Description
__construct ( $message, Item $item, $code, $relatedData = null )
getItem ( )
getRelatedData ( )

Method Details

__construct() public méthode

public __construct ( $message, Item $item, $code, $relatedData = null )
$item Item

getItem() public méthode

public getItem ( )

getRelatedData() public méthode

public getRelatedData ( )

Property Details

$item protected_oe property

protected $item

$relatedData protected_oe property

protected $relatedData