Page MenuHomec4science

deprecated.php
No OneTemporary

File Metadata

Created
Tue, May 13, 17:59

deprecated.php

<?php
function phutil_autoload_class($class) {
PhutilSymbolLoader::loadClass($class);
return true;
}

Event Timeline