Skip to content

Commit

Permalink
QA : Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 5, 2014
1 parent aaac520 commit 21607a0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Progi1984/YATSPHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,18 @@ public function assign($key, $value = null)
}
return $this;
}


/**
* @return array
*/
public function getVariables()
{
return $this->vars;
}


/**
* @return array
*/
public function getSections()
{
return $this->hiddenSection;
Expand Down

0 comments on commit 21607a0

Please sign in to comment.