* @since 1.1.0.0 */ interface iLayout { const T_DEFAULT = 'default'; const T_ERROR = 'error'; }