first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
interface Brizy_Editor_Content_ProcessorInterface {
|
||||
/**
|
||||
* @param string $content
|
||||
* @param Brizy_Content_Context $context
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function process( $content, Brizy_Content_Context $context );
|
||||
}
|
||||
Reference in New Issue
Block a user