|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ToastTest:
Collaboration diagram for ToastTest:Public Member Functions | |
| getToastFactory () | |
| getIconFactory () | |
| getLinkFactory () | |
| testImplementsFactoryInterface () | |
| testToast (string $title, string $description, string $action) | |
| testToastContainer (string $title, string $description) | |
Static Public Member Functions | |
| static | getToastProvider () |
Definition at line 28 of file ToastTest.php.
| ToastTest::getIconFactory | ( | ) |
Definition at line 35 of file ToastTest.php.
Referenced by testToast(), and testToastContainer().
Here is the caller graph for this function:| ToastTest::getLinkFactory | ( | ) |
Definition at line 40 of file ToastTest.php.
Referenced by testToast().
Here is the caller graph for this function:| ToastTest::getToastFactory | ( | ) |
Definition at line 30 of file ToastTest.php.
Referenced by testImplementsFactoryInterface(), testToast(), and testToastContainer().
Here is the caller graph for this function:
|
static |
Definition at line 86 of file ToastTest.php.
| ToastTest::testImplementsFactoryInterface | ( | ) |
Definition at line 45 of file ToastTest.php.
References Vendor\Package\$f, and getToastFactory().
Here is the call graph for this function:| ToastTest::testToast | ( | string | $title, |
| string | $description, | ||
| string | $action | ||
| ) |
Definition at line 56 of file ToastTest.php.
References getIconFactory(), getLinkFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| ToastTest::testToastContainer | ( | string | $title, |
| string | $description | ||
| ) |
Definition at line 74 of file ToastTest.php.
References $container, getIconFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function: