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