Skip to content

Instantly share code, notes, and snippets.

@Otterpocket
Created March 30, 2017 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Otterpocket/256cd29ddceb437fa162aa7a0f3e305a to your computer and use it in GitHub Desktop.
Save Otterpocket/256cd29ddceb437fa162aa7a0f3e305a to your computer and use it in GitHub Desktop.
public function Status() {
if ($this->StartDate->inFuture()) {
return 'CommingSoon';
}
if ($this->EndDate->inPast()) {
return 'Highlights';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment