Exemple #1
0
 /**
  * Load the given Script Feature
  *
  * @param ScriptFeature $scriptFeature Script Feature to load
  * @return static
  */
 public function loadFeature(ScriptFeature $scriptFeature)
 {
     $scriptFeature->prepare($this);
     return $this;
 }