Add get Options
This commit is contained in:
parent
e5786bdd19
commit
2bc9d2f86b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "psc/calc",
|
||||
"type": "library",
|
||||
"type": "package",
|
||||
"description": "Calc Lib",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
@ -70,4 +70,12 @@ class Article
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \ArrayIterator
|
||||
*/
|
||||
public function getOptions()
|
||||
{
|
||||
return $this->options;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user