v1.php 223 B

123456789101112131415
  1. <?php
  2. namespace zin;
  3. requireWg('thinkStepBase');
  4. class thinkTransition extends thinkStepBase
  5. {
  6. /**
  7. * @var mixed[]
  8. */
  9. protected static $defaultProps = array
  10. (
  11. 'type' => 'transition'
  12. );
  13. }