You are here

public function TagadelicTag::set_drupal in Tagadelic 7.2

setter for drupal(Wrapper) Operates on $this Returns $this

File

./TagadelicTag.php, line 131

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

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