11 lines
247 B
PHP
Executable File
11 lines
247 B
PHP
Executable File
<?php
|
|
public function blockStatus($block = null)
|
|
{
|
|
return $this->loadExtension('xuanxuan')->blockStatus($block);
|
|
}
|
|
|
|
public function blockStatistics($block = null)
|
|
{
|
|
return $this->loadExtension('xuanxuan')->blockStatistics($block);
|
|
}
|