for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fusonic\OpenGraph\Elements;
/**
* Abstract base class for all OpenGraph elements (e.g. images, videos etc.)
*/
abstract class ElementBase
{
protected function __construct()
}
* Gets all properties set on this element.
*
* @return array|Property[]
abstract public function getProperties();