You are here

function PatternView::__construct in Patterns 6.2

File

./pattern.class.php, line 87

Class

PatternView

Code

function __construct($name, $description, $tag, $base = "node") {
  $this->details = array(
    'name' => $name,
    'description' => $description,
    'tag' => $tag,
    'base' => $base,
  );
}