test TestLoop on Tpex
This commit is contained in:
14
local/plugins/Test/TestLoop/Equal.php
Normal file
14
local/plugins/Test/TestLoop/Equal.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Test\TestLoop;
|
||||
|
||||
use Thelia\Tpex\Element\TestLoop\BaseTestLoop;
|
||||
|
||||
class Equal extends BaseTestLoop
|
||||
{
|
||||
|
||||
public function exec($variable, $value)
|
||||
{
|
||||
return $variable == $value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user