Viewing File: /home/ubuntu/code_review/arcanist/src/events/constant/PhutilEventType.php

<?php

/**
 * @concrete-extensible
 */
class PhutilEventType extends PhutilEventConstants {

  const TYPE_ALL              = '*';

}
Back to Directory File Manager