ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilContentStyleWAC.php
Go to the documentation of this file.
1
<?php
2
8
class
ilContentStyleWAC
implements
ilWACCheckingClass
9
{
13
public
function
canBeDelivered
(
ilWACPath
$ilWACPath): bool
14
{
15
//preg_match("/.\\/data\\/.*\\/mm_([0-9]*)\\/.*/ui", $ilWACPath->getPath(), $matches);
16
return
true
;
17
}
18
}
ilContentStyleWAC\canBeDelivered
canBeDelivered(ilWACPath $ilWACPath)
Definition:
class.ilContentStyleWAC.php:13
ilWACPath
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilWACPath.php:25
ilWACCheckingClass
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilWACCheckingClass.php:24
ilContentStyleWAC
Class ilContentStyleWAC.
Definition:
class.ilContentStyleWAC.php:8
Services
Style
classes
class.ilContentStyleWAC.php
Generated on Wed Sep 3 2025 22:02:41 for ILIAS by
1.8.13 (using
Doxyfile
)