ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 
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 }
canBeDelivered(ilWACPath $ilWACPath)
Class ilWACPath.
Class ilWACCheckingClass.
Class ilContentStyleWAC.