function($c = NULL) { if ( \is_null($c) ){ return $this->content; } else if ( \is_array($c) || \is_string($c) ){ $this->content = $c; return $this; } }