tests and laravel models
This commit is contained in:
@@ -34,12 +34,13 @@ class Parser {
|
||||
}
|
||||
|
||||
/**
|
||||
* extract the attibutes from the raw abc
|
||||
* extract the attributes from the raw abc
|
||||
* @param <string> $abc string containing the raw abc
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public function parseABC($abc) {
|
||||
public function parseABC($abc)
|
||||
{
|
||||
//tune is either new or existing data has been loaded
|
||||
//create new setting
|
||||
$mode = self::MODE_FILE_HEADER;
|
||||
|
||||
Reference in New Issue
Block a user