| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilLearningSequenceActivation:Public Member Functions | |
| __construct (int $ref_id, bool $online=false, bool $effective_online=false, \DateTime $activation_start=null, \DateTime $activation_end=null) | |
| getRefId () | |
| getIsOnline () | |
| withIsOnline (bool $online) | |
| getEffectiveOnlineStatus () | |
| getActivationStart () | |
| withActivationStart (\DateTime $activation_start=null) | |
| getActivationEnd () | |
| withActivationEnd (\DateTime $activation_end=null) | |
Protected Attributes | |
| int | $ref_id | 
| bool | $online | 
| bool | $effective_online | 
| DateTime | $activation_start | 
| DateTime | $activation_end | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Activation-Settings for an LSO
Definition at line 24 of file class.ilLearningSequenceActivation.php.
| ilLearningSequenceActivation::__construct | ( | int | $ref_id, | 
| bool | $online = false,  | 
        ||
| bool | $effective_online = false,  | 
        ||
| \DateTime | $activation_start = null,  | 
        ||
| \DateTime | $activation_end = null  | 
        ||
| ) | 
Definition at line 32 of file class.ilLearningSequenceActivation.php.
References $activation_end, $activation_start, $effective_online, $online, and $ref_id.
| ilLearningSequenceActivation::getActivationEnd | ( | ) | 
Definition at line 80 of file class.ilLearningSequenceActivation.php.
References $activation_end.
Referenced by ilLearningSequenceActivationDB\insert(), and ilLearningSequenceActivationDB\store().
 Here is the caller graph for this function:| ilLearningSequenceActivation::getActivationStart | ( | ) | 
Definition at line 68 of file class.ilLearningSequenceActivation.php.
References $activation_start.
Referenced by ilLearningSequenceActivationDB\insert(), and ilLearningSequenceActivationDB\store().
 Here is the caller graph for this function:| ilLearningSequenceActivation::getEffectiveOnlineStatus | ( | ) | 
Definition at line 63 of file class.ilLearningSequenceActivation.php.
References $effective_online.
Referenced by ilLearningSequenceActivationDB\insert().
 Here is the caller graph for this function:| ilLearningSequenceActivation::getIsOnline | ( | ) | 
Definition at line 51 of file class.ilLearningSequenceActivation.php.
References $online.
Referenced by ilLearningSequenceActivationDB\insert(), and ilLearningSequenceActivationDB\store().
 Here is the caller graph for this function:| ilLearningSequenceActivation::getRefId | ( | ) | 
Definition at line 46 of file class.ilLearningSequenceActivation.php.
References $ref_id.
Referenced by ilLearningSequenceActivationDB\insert(), and ilLearningSequenceActivationDB\store().
 Here is the caller graph for this function:| ilLearningSequenceActivation::withActivationEnd | ( | \DateTime | $activation_end = null | ) | 
Definition at line 85 of file class.ilLearningSequenceActivation.php.
References $activation_end.
| ilLearningSequenceActivation::withActivationStart | ( | \DateTime | $activation_start = null | ) | 
Definition at line 73 of file class.ilLearningSequenceActivation.php.
References $activation_start.
| ilLearningSequenceActivation::withIsOnline | ( | bool | $online | ) | 
Definition at line 56 of file class.ilLearningSequenceActivation.php.
References $online.
      
  | 
  protected | 
Definition at line 30 of file class.ilLearningSequenceActivation.php.
Referenced by __construct(), getActivationEnd(), and withActivationEnd().
      
  | 
  protected | 
Definition at line 29 of file class.ilLearningSequenceActivation.php.
Referenced by __construct(), getActivationStart(), and withActivationStart().
      
  | 
  protected | 
Definition at line 28 of file class.ilLearningSequenceActivation.php.
Referenced by __construct(), and getEffectiveOnlineStatus().
      
  | 
  protected | 
Definition at line 27 of file class.ilLearningSequenceActivation.php.
Referenced by __construct(), getIsOnline(), and withIsOnline().
      
  | 
  protected | 
Definition at line 26 of file class.ilLearningSequenceActivation.php.
Referenced by __construct(), and getRefId().