Skip to content

Commit

Permalink
Fluent interface for ToggleCompositeField
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jul 15, 2012
1 parent b4ecc30 commit b42a76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forms/ToggleCompositeField.php
Expand Up @@ -66,6 +66,7 @@ public function getStartClosed() {
*/
public function setStartClosed($bool) {
$this->startClosed = (bool) $bool;
return $this;
}

/**
Expand All @@ -80,6 +81,7 @@ public function getHeadingLevel() {
*/
public function setHeadingLevel($level) {
$this->headingLevel = $level;
return $this;
}

/**
Expand Down

0 comments on commit b42a76b

Please sign in to comment.