×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Matt Holbrook-Bull
Added: Jun 1, 2015 2:56 PM
Views: 1903
Tags: archived php
  1.  public function getArchivedString() {
  2.     return $this->archived ? 'Archived' : null;
  3.   }
  4.