stringAttribute; } /** * Sets the string attribute. * * @param string $stringAttribute the string attribute to set. */ public function setStringAttribute($stringAttribute) { $this -> stringAttribute = $stringAttribute; } }