PDepend\Source\Language\PHP\PHPBuilder::restoreClass PHP Метод

restoreClass() публичный Метод

Restores a class within the internal type scope.
С версии: 0.10.0
public restoreClass ( PDepend\Source\AST\ASTClass $class ) : void
$class PDepend\Source\AST\ASTClass
Результат void
    public function restoreClass(ASTClass $class)
    {
        $this->storeClass($class->getName(), $class->getNamespaceName(), $class);
    }
PHPBuilder