First upload
This commit is contained in:
10
shop/source/modules/otest/Model/Article.php
Normal file
10
shop/source/modules/otest/Model/Article.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace o3test\Model;
|
||||
|
||||
class Article extends Article_parent
|
||||
{
|
||||
public function getTestField()
|
||||
{
|
||||
return $this->getFieldData('oxtestfield');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user