1<?php 2 3final class HeraldMailableState extends HeraldState { 4 5 const STATECONST = 'mailable'; 6 7} 8 9