Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| NoticeWarningView | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| declare(strict_types=1); | |
| namespace Korobochkin\WPKit\Notices; | |
| /** | |
| * Class NoticeWarningView | |
| */ | |
| class NoticeWarningView extends NoticeView | |
| { | |
| /** | |
| * @var array CSS classes. | |
| */ | |
| protected $cssClasses = array('notice', 'notice-warning', 'wp-kit-notice', 'wp-kit-notice-warning'); | |
| } |