for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OhDear\PhpSdk\Resources;
class MixedContentItem extends ApiResource
{
/**
* The name of the element that was detected as mixed content.
*
* @var string
*/
public $elementName;
* The url of the detected mixed content.
public $mixedContentUrl;
* The url where the mixed content was found.
public $foundOnUrl;
public function __construct(array $attributes, $ohDear = null)
parent::__construct($attributes, $ohDear);
}