File "PartialComponentInterface.php"
Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/colibriwp/src/Core/PartialComponentInterface.php
File size: 155 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ColibriWP\Theme\Core;
interface PartialComponentInterface extends ComponentInterface {
public function renderContent( $parameters );
}