2015-06-15 18:20:38 +03:00
|
|
|
<?php
|
|
|
|
|
2015-06-15 18:50:37 +03:00
|
|
|
use OCP\NamespaceName as SubAlias;
|
2015-06-15 18:20:38 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Class BadClass - creating an instance of a blacklisted class is not allowed
|
|
|
|
*/
|
2015-06-15 18:50:37 +03:00
|
|
|
SubAlias\ClassName::CONSTANT_NAME;
|