Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created March 2, 2012 03:36
Show Gist options
  • Save weierophinney/1955431 to your computer and use it in GitHub Desktop.
Save weierophinney/1955431 to your computer and use it in GitHub Desktop.
public function getWhereParts()
{
return array(
array(
$this->getSpecification(),
array($this->identifier, $this->minValue, $this->maxValue),
array(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment