datasync_PHP_MINIMUM_VERSION
datasync_PHP_MINIMUM_VERSION
The minimum version of PHP that the plugin will work with.
| RedactorModel | |
| RedactorOptions | |
| RedactorModelTest | |
| Redaction | This class is responsible for all redaction functionality. |
| RedactorViewTest | |
| RedactorController | |
| RedactorControllerTest | |
| RedactorAjaxFunctionsTest | |
| RedactorView | |
| RedactorTest |
datasync_pluckColumn(string $key, $arrSource) : array
Takes a multi dimensional array and returns an array of $key from each row.
Similar to array_column in later versions of PHP
| string | $key | The column to pluck from the rows |
| $arrSource |
The array of $keys from each row.
datasync_init(string $file) : object
Used to initialize the plugin. It is another layer of abstraction so that the plugin will work with early versions of PHP and warn admins of compatibility issues.
| string | $file | The file's full path used to access the plugin. |
An instance of the plugin's controller class.