M1\Vars\Loader\AbstractLoader::__construct PHP Method

__construct() public method

Construct the loader with the passed entity
public __construct ( string $entity )
$entity string The passed entity
    public function __construct($entity)
    {
        $this->entity = $entity;
    }