for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LesserPhp\Property;
/**
* lesserphp
* https://www.maswaba.de/lesserphp
*
* LESS CSS compiler, adapted from http://lesscss.org
* Copyright 2013, Leaf Corcoran <[email protected]>
* Copyright 2016, Marcus Schwarz <[email protected]>
* Copyright 2017, Stefan Pöhner <[email protected]>
* Licensed under MIT or GPLv3, see LICENSE
* @author Stefan Pöhner <[email protected]>
* @package LesserPhp
*/
class ImportMixinProperty extends \LesserPhp\Property
{
* @return string
public function getType()
return 'import_mixin';
}
* @return int
public function getId()
return $this->getValue1();