ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.ilContentStyleWAC.php
Go to the documentation of this file.
1
<?php
2
require_once(
'./Services/WebAccessChecker/interfaces/interface.ilWACCheckingClass.php'
);
3
require_once(
'./Services/MediaObjects/classes/class.ilObjMediaObject.php'
);
4
11
class
ilContentStyleWAC
implements
ilWACCheckingClass
12
{
13
19
public
function
canBeDelivered
(
ilWACPath
$ilWACPath)
20
{
21
//preg_match("/.\\/data\\/.*\\/mm_([0-9]*)\\/.*/ui", $ilWACPath->getPath(), $matches);
22
return
true
;
23
}
24
}
ilContentStyleWAC\canBeDelivered
canBeDelivered(ilWACPath $ilWACPath)
Definition:
class.ilContentStyleWAC.php:19
ilWACPath
Class ilWACPath.
Definition:
class.ilWACPath.php:10
ilWACCheckingClass
Class ilWACCheckingClass.
Definition:
interface.ilWACCheckingClass.php:12
ilContentStyleWAC
Class ilContentStyleWAC.
Definition:
class.ilContentStyleWAC.php:11
Services
Style
classes
class.ilContentStyleWAC.php
Generated on Sat Jan 18 2025 19:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)