DataSift\Storyplayer\PlayerLib\StoryTeller::setPersistDevice PHP 메소드

setPersistDevice() 공개 메소드

public setPersistDevice ( ) : void
리턴 void
    public function setPersistDevice()
    {
        $this->persistDevice = true;
    }

Usage Example

예제 #1
0
 public function initAfterModulesAvailable(StoryTeller $st, CliEngine $engine, Injectables $injectables)
 {
     // are we persisting the device?
     if (isset($engine->options->persistDevice) && $engine->options->persistDevice) {
         $st->setPersistDevice();
     }
 }
All Usage Examples Of DataSift\Storyplayer\PlayerLib\StoryTeller::setPersistDevice