ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilContentStyleWAC.php
Go to the documentation of this file.
1<?php
2require_once('./Services/WebAccessChecker/interfaces/interface.ilWACCheckingClass.php');
3require_once('./Services/MediaObjects/classes/class.ilObjMediaObject.php');
4
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilContentStyleWAC.
canBeDelivered(ilWACPath $ilWACPath)
Class ilWACPath.
Class ilWACCheckingClass.