You are here

public function FarmAssetType::__construct in farmOS 7

Overrides Entity::__construct

File

modules/farm/farm_asset/farm_asset.class.inc, line 74
Farm asset classes.

Class

FarmAssetType
Farm asset type class.

Code

public function __construct($values = array()) {
  parent::__construct($values, 'farm_asset_type');
}