Viewing File: /home/ubuntu/code-backup/code_review/phabricator/src/infrastructure/javelin/Javelin.php

<?php

final class Javelin extends Phobject {

  public static function initBehavior(
    $behavior,
    array $config = array(),
    $source_name = 'phabricator') {

    $response = CelerityAPI::getStaticResourceResponse();

    $response->initBehavior($behavior, $config, $source_name);
  }

}
Back to Directory File Manager