You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Trait for easy implementation of "renderable" address methods when address is not prerendered.
*/
trait NotPrerenderedTrait
{
/**
* Gets any prerendered representation of the address lines (as an indexed array), minus the country, *if* this is persisted as a whole with the address.
* Otherwise, this method must return null.
*
* @return array|null
**/
public function getPrerenderedLines()
{
return null;
}
/**
* Gets whether this address has a prerendered representation, minus the country.