Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created December 3, 2012 18:28
Show Gist options
  • Select an option

  • Save kitsunet/4196912 to your computer and use it in GitHub Desktop.

Select an option

Save kitsunet/4196912 to your computer and use it in GitHub Desktop.
setMeasures()
<?php
class Objectives {
public function setMeasures($measures) {
$this->measures = $measures;
foreach($measures as $measure {
$measure->setObjective($this);
}
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment