Skip to content

Commit

Permalink
make stickler as quite as possible for the time being :E
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Hartmann committed Jul 17, 2016
1 parent f41fdbc commit 9b49d5a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/View/Helper/FormHelper.php
Expand Up @@ -2676,27 +2676,18 @@ public function implementedEvents()
return [];
}

/**
* T O D O
*/
public function getValuesSources()
{
return $this->_valuesSources;
}

/**
* T O D O
*/
public function setValuesSources($sources)
{
$this->_valuesSources = array_values(array_intersect((array)$sources, ['context', 'data', 'query']));

return $this;
}

/**
* T O D O
*/
public function getSourceValue($fieldname)
{
foreach ($this->getValuesSources() as $valuesSource) {
Expand Down

0 comments on commit 9b49d5a

Please sign in to comment.