Class lispa\amos\community\utilities\ReportsUtility

Inheritancelispa\amos\community\utilities\ReportsUtility » yii\base\Object
Implementsyii\base\Configurable

Class ReportsUtility

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\Object
__construct() Constructor. yii\base\Object
__get() Returns the value of an object property. yii\base\Object
__isset() Checks if a property is set, i.e. defined and not null. yii\base\Object
__set() Sets value of an object property. yii\base\Object
__unset() Sets an object property to null. yii\base\Object
canGetProperty() Returns a value indicating whether a property can be read. yii\base\Object
canSetProperty() Returns a value indicating whether a property can be set. yii\base\Object
className() Returns the fully qualified name of this class. yii\base\Object
getAllCommunityAndSubcommunitiesUsersData() lispa\amos\community\utilities\ReportsUtility
getAllCommunityFrequencyData() lispa\amos\community\utilities\ReportsUtility
getCommunityAndSubcommunitiesDocSizeColumns() lispa\amos\community\utilities\ReportsUtility
getCommunityAndSubcommunitiesDocTypesColumns() lispa\amos\community\utilities\ReportsUtility
getCommunityAndSubcommunitiesIds() lispa\amos\community\utilities\ReportsUtility
getCommunityAndSubcommunitiesUsersColumns() lispa\amos\community\utilities\ReportsUtility
getCommunityAndSubcommunitiesUsersData() lispa\amos\community\utilities\ReportsUtility
getCommunityFrequencyColumns() lispa\amos\community\utilities\ReportsUtility
getCommunityFrequencyData() lispa\amos\community\utilities\ReportsUtility
hasMethod() Returns a value indicating whether a method is defined. yii\base\Object
hasProperty() Returns a value indicating whether a property is defined. yii\base\Object
init() Initializes the object. yii\base\Object
makeExcel() lispa\amos\community\utilities\ReportsUtility
uploadedFileSizes() lispa\amos\community\utilities\ReportsUtility
uploadedFileSizesByCommunity() lispa\amos\community\utilities\ReportsUtility
uploadedFileTypes() lispa\amos\community\utilities\ReportsUtility
uploadedFileTypesByCommunity() lispa\amos\community\utilities\ReportsUtility

Property Details

$allCommunityAndSubcommunitiesUsersData public read-only property
$allCommunityFrequencyData public read-only property
$communityAndSubcommunitiesDocSizeColumns public read-only property
$communityAndSubcommunitiesDocTypesColumns public read-only property
$communityAndSubcommunitiesUsersColumns public read-only property
$communityFrequencyColumns public read-only property

Method Details

getAllCommunityAndSubcommunitiesUsersData() public method

public array|yii\db\ActiveRecord[] getAllCommunityAndSubcommunitiesUsersData ( )
getAllCommunityFrequencyData() public method

public array getAllCommunityFrequencyData ( )
getCommunityAndSubcommunitiesDocSizeColumns() public method

public array getCommunityAndSubcommunitiesDocSizeColumns ( )
getCommunityAndSubcommunitiesDocTypesColumns() public method

public array getCommunityAndSubcommunitiesDocTypesColumns ( )
getCommunityAndSubcommunitiesIds() public method

public integer[] getCommunityAndSubcommunitiesIds ( $community )
$community lispa\amos\community\models\Community
getCommunityAndSubcommunitiesUsersColumns() public method

public array getCommunityAndSubcommunitiesUsersColumns ( )
getCommunityAndSubcommunitiesUsersData() public method

public array getCommunityAndSubcommunitiesUsersData ( $community )
$community lispa\amos\community\models\Community
getCommunityFrequencyColumns() public method

public array getCommunityFrequencyColumns ( )
getCommunityFrequencyData() public method

public mixed getCommunityFrequencyData ( $community )
$community lispa\amos\community\models\Community
makeExcel() public method

public string makeExcel ( $models, $columns )
$models yii\base\Model[]
$columns array
uploadedFileSizes() public method

public string uploadedFileSizes ( )
throws lispa\amos\community\exceptions\CommunityException
uploadedFileSizesByCommunity() public method

public string uploadedFileSizesByCommunity ( $community )
$community lispa\amos\community\models\Community
throws lispa\amos\community\exceptions\CommunityException
uploadedFileTypes() public method

public string uploadedFileTypes ( )
throws lispa\amos\community\exceptions\CommunityException
uploadedFileTypesByCommunity() public method

public string uploadedFileTypesByCommunity ( $community )
$community lispa\amos\community\models\Community
throws lispa\amos\community\exceptions\CommunityException