You are here

StaticPropertyClass.php in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/StaticPropertyClass.php
View source
<?php

namespace Doctrine\Tests\Common\Proxy;


/**
 * Test asset class
 */
class StaticPropertyClass {
  protected static $protectedStaticProperty;

}

Classes

Namesort descending Description
StaticPropertyClass Test asset class