You are here

public function TagadelicCloud::set_drupal in Tagadelic 7.2

setter for drupal(wrapper). Mostly for testability Operates on $this Returns $this

File

./TagadelicCloud.php, line 66

Class

TagadelicCloud
class TagadelicCloud TagadelicCloud, contains a list of tags and methods to manipulate this set of tags. It can operate on the list of tags.

Code

public function set_drupal($drupal) {
  $this->drupal = $drupal;
  return $this;
}